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

@@ -7,7 +7,7 @@
*/
// Gets the language to use and put it in a cookie that will expire in 30
// days
require('./grab_globals.inc.php3');
require('./libraries/grab_globals.lib.php3');
setcookie('lang', $lang, time() + 60*60*24*30);
// Handles some variables that may have been sent by the calling script
if (isset($db)) {