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

@@ -6,8 +6,8 @@
* Gets core libraries and processes config file to determine default server
* (if any)
*/
require('./grab_globals.inc.php3');
require('./lib.inc.php3');
require('./libraries/grab_globals.lib.php3');
require('./libraries/common.lib.php3');
// Get the host name
if (empty($HTTP_HOST)) {