diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-06-21 15:51:25 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-06-21 15:51:25 -0400 |
commit | 8ca317c1a77759f38c9ec304291912b6808055ea (patch) | |
tree | 9f302f27266aecc576d4cb40a6f91e3a453ab728 /setup.php | |
parent | Finished infrastructure for 1st gen. build wizard, enhanced backend logging (diff) | |
download | ingenue-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-x | setup.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"; |