move index to new public_html dir
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace BSR;
|
|
||||||
|
|
||||||
require_once('Lib/autoloader.php');
|
|
||||||
|
|
||||||
$web = new NetBiblio();
|
|
||||||
$web->Run();
|
|
||||||
5
public_html/index.php
Normal file
5
public_html/index.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
require_once('./../Lib/autoloader.php');
|
||||||
|
|
||||||
|
$web = new BSR\NetBiblio();
|
||||||
|
$web->Run();
|
||||||
Reference in New Issue
Block a user