split init from libraries

This commit is contained in:
Sean Coates
2004-09-24 17:32:19 +00:00
parent bf8c858d98
commit 10b03b3587
12 changed files with 76 additions and 50 deletions

View File

@ -65,7 +65,7 @@ exit(0);
**/
// define some common variables
include '../include/lib_general.inc.php';
include '../include/init.inc.php';
// grab the documentation type
$TYPE = array_shift($argv);