summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
committerAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
commitde696427ad56edeb2dd982e41eda1e6e43e1062c (patch)
tree10e185b34e67caf0f1c49062d74cefe9f479d6bc /backend.php
parentcbd8650dfe0edd0a2eecd99b78cda80c61cd123d (diff)
initial work on update daemon
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3ba723d2e..55f2fa99f 100644
--- a/backend.php
+++ b/backend.php
@@ -1,6 +1,6 @@
<?
session_start();
-
+
if ($_GET["debug"]) {
define('DEFAULT_ERROR_LEVEL', E_ALL);
} else {