Added usermanager.lib.php as a pre-loaded library. There is much chances that this will in fact boost the whole process if some opcode caching is used.

skala
ywarnier 14 years ago
parent 789f51aba8
commit 9e5bde9f7f
  1. 1
      main/inc/global.inc.php

@ -98,6 +98,7 @@ require_once $lib_path.'text.lib.php';
require_once $lib_path.'security.lib.php';
require_once $lib_path.'events.lib.inc.php';
require_once $lib_path.'debug.lib.php';
require_once $lib_path.'usermanager.lib.php';
/* DATABASE CONNECTION */

Loading…
Cancel
Save