summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 1a53d1c68..d2f3d356b 100644
--- a/backend.php
+++ b/backend.php
@@ -1,8 +1,9 @@
<?php
+ error_reporting(E_ERROR | E_WARNING | E_PARSE);
+
require_once "sessions.php";
require_once "modules/backend-rpc.php";
-
/* if ($_GET["debug"]) {
define('DEFAULT_ERROR_LEVEL', E_ALL);
} else {