1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-02-25 19:30:29 +00:00
parent e9415ccb98
commit caf9e32c85

View File

@ -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);