diff options
Diffstat (limited to 'backend/backend.php')
-rwxr-xr-x | backend/backend.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/backend.php b/backend/backend.php index 0dbd8a9..6cfb28e 100755 --- a/backend/backend.php +++ b/backend/backend.php @@ -1,7 +1,6 @@ #!/usr/bin/php <?php require_once(dirname(__FILE__).'/../shared/include/includes.php'); // USE __DIR__ once 5.3.0 is out -require_once(SHARED.'/config.php'); require_once(SHARED.'/include/dbinit.php'); $pdo=&$S['pdo']; $opts=getopt('f'); |