00001 <?php 00002 // WARNING : DO NOT EDIT THIS FILE, IT IS GENERATED AUTOMATICALLY ! 00003 // You can add your customisations in the "diogenes.debian.inc.php" file 00004 00005 // locations 00006 $globals->spoolroot = "/var/spool/diogenes"; 00007 $globals->rcsroot = "/var/lib/diogenes"; 00008 $globals->root = "/usr/share/diogenes"; 00009 $globals->libroot = "/usr/share/php/diogenes"; 00010 00011 // database access 00012 $globals->dbdb = "@dbname@"; 00013 $globals->dbhost = "@dbserver@"; 00014 $globals->dbuser = "@dbuser@"; 00015 $globals->dbpwd = "@dbpass@"; 00016 00017 // include local configuration 00018 require("diogenes.debian.inc.php"); 00019 00020 ?>
1.5.1