Remove the the logging code which is for testing.
This commit is contained in:
@@ -26,10 +26,6 @@
|
|||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "includes/require.php";
|
require_once "includes/require.php";
|
||||||
|
|
||||||
require_once "includes/Logging.php";
|
|
||||||
// Logging class initialization
|
|
||||||
$log = new Logging();
|
|
||||||
|
|
||||||
// set path and name of log file (optional)
|
// set path and name of log file (optional)
|
||||||
$log->lfile('/tmp/mylog.txt');
|
$log->lfile('/tmp/mylog.txt');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user