Changeset 188 for dev/common/index.php
- Timestamp:
- 02/17/07 15:24:06 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/index.php
r182 r188 2 2 // many ppl had issues with pear and relative paths 3 3 require_once('common/db.php'); 4 require_once('smarty/Smarty.class.php'); 4 5 require_once('class.killboard.php'); 5 require_once('smarty/Smarty.class.php');6 6 require_once('class.event.php'); 7 7 require_once('class.roles.php'); 8 require_once('class.user.php'); 8 9 9 // smarty doesnt like it (i either)10 // smarty doesnt like it 10 11 @set_magic_quotes_runtime(0); 11 12 … … 68 69 foreach ($mods_active as $mod) 69 70 { 70 // load all modules which need initialization71 // load all active modules which need initialization 71 72 if (file_exists('mods/'.$mod.'/init.php')) 72 73 {