(file) Return to index.php~ CVS log (file) (dir) Up to [Development] / gantt_manager / src

 1 pjaol 1.1 <?php
 2           
 3           include("lib/conf/conf.inc");
 4           include("conf/config.php");
 5           include("lib/db/dbiw.inc");
 6           $conf = Conf::instance();
 7           $dbiw = new dbiw();
 8           $dbiw->dbExec("show tables");
 9           
10           ?>

cvsadmin
Powered by
ViewCVS 0.9.2