Splitted the big "lib.inc.php3" into smaller libraries

This commit is contained in:
Loïc Chapeaux
2001-09-08 12:59:45 +00:00
parent a19282bdcd
commit 08c353d467
40 changed files with 2669 additions and 2554 deletions

View File

@@ -5,7 +5,7 @@
/**
* Gets some core libraries
*/
require('./grab_globals.inc.php3');
require('./libraries/grab_globals.lib.php3');
$js_to_run = 'functions.js';
require('./header.inc.php3');