summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-21 15:51:25 -0400
committerEudyptula <eitan@mosenkis.net>2009-06-21 15:51:25 -0400
commit8ca317c1a77759f38c9ec304291912b6808055ea (patch)
tree9f302f27266aecc576d4cb40a6f91e3a453ab728 /backend/backend.php
parentFinished infrastructure for 1st gen. build wizard, enhanced backend logging (diff)
downloadingenue-8ca317c1a77759f38c9ec304291912b6808055ea.tar.gz
ingenue-8ca317c1a77759f38c9ec304291912b6808055ea.tar.bz2
ingenue-8ca317c1a77759f38c9ec304291912b6808055ea.zip
Did some cleanup and added a Packages file parser and simple package list printer script
Diffstat (limited to 'backend/backend.php')
-rwxr-xr-xbackend/backend.php1
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');