mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Fixed admin menu.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
include ("cgi-bin/saveGraphHelpers.php");
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
//ini_set('display_errors', 1);
|
||||
//ini_set('display_startup_errors', 1);
|
||||
//error_reporting(E_ALL);
|
||||
|
||||
$examplesFilename = $g_config['graphSavePath'] . $g_config['graphExamplesFile'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user