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 /setup.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 'setup.php')
-rwxr-xr-xsetup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index 24bc0a5..c67c723 100755
--- a/setup.php
+++ b/setup.php
@@ -1,7 +1,6 @@
#!/usr/bin/php
<?php
require_once(dirname(__FILE__).'/shared/include/includes.php'); // USE __DIR__ in 5.3.0
-require_once(SHARED.'/config.php');
function echo_and_query($q) {
global $pdo;
echo $q."\n";