Commit caf9e32c authored by zYne's avatar zYne

--no commit message

--no commit message
parent e9415ccb
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
include("top.php"); include("top.php");
require_once("highlight.php"); require_once("highlight.php");
error_reporting(E_ALL); 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'); $f = file_get_contents('menu.php');
$a = explode(PHP_EOL, $f); $a = explode(PHP_EOL, $f);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment