This commit is contained in:
parent
e9415ccb98
commit
caf9e32c85
@ -2,7 +2,7 @@
|
||||
include("top.php");
|
||||
require_once("highlight.php");
|
||||
error_reporting(E_ALL);
|
||||
set_include_path(dirname(__FILE__) . '/../vendor/');
|
||||
set_include_path(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'vendor/');
|
||||
|
||||
$f = file_get_contents('menu.php');
|
||||
$a = explode(PHP_EOL, $f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user