summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-08-06 19:12:48 -0400
committerEudyptula <eitan@mosenkis.net>2009-08-06 19:12:48 -0400
commited4e6670c58817a6dece1a5531f683445dfedb84 (patch)
treec8e13990de43d86adcd1262dcb6c22d98bfe1915 /pkglist.php
parentAdded more package sets, created status document from Gentoo install guide, u... (diff)
downloadingenue-ed4e6670c58817a6dece1a5531f683445dfedb84.tar.gz
ingenue-ed4e6670c58817a6dece1a5531f683445dfedb84.tar.bz2
ingenue-ed4e6670c58817a6dece1a5531f683445dfedb84.zip
Numerous backend bugs fixed; use portage snapshot if available; frontend figures out its own URL; choose hostname; timezone config file set up; Fix setup.php; etc.
Diffstat (limited to 'pkglist.php')
-rwxr-xr-xpkglist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkglist.php b/pkglist.php
index 2307fe1..8b0fab4 100755
--- a/pkglist.php
+++ b/pkglist.php
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
require_once(dirname(__FILE__).'/shared/include/includes.php'); // USE __DIR__ in 5.3.0
-require_once(SHARED.'/config.php');
+$S['conf']['debug']=false;
require_once(SHARED.'/include/dbinit.php');
$r=query('SELECT * FROM `gentoo_profiles`'.(isset($argv[1])?' WHERE `name` LIKE "%'.$argv[1].'%" OR `pkgdir` LIKE "%'.$argv[1].'%"':''));
while ($p=$r->fetch(PDO::FETCH_ASSOC)) {