start($update); $user->setup(); // Did user forget to login? Give 'em a chance to here ... if ($user->data['user_id'] == ANONYMOUS) { login_box("index.$phpEx$SID", '', $user->lang['LOGIN_ADMIN']); } $auth->acl($user->data); // End session management // ----------------------------- // Functions function adm_page_header($sub_title, $meta = '', $table_html = true) { global $config, $db, $user, $phpEx; define('HEADER_INC', true); // gzip_compression if ($config['gzip_compress']) { if (extension_loaded('zlib') && !headers_sent()) { ob_start('ob_gzhandler'); } } header("Content-type: text/html; charset=" . $user->lang['ENCODING']); ?> <?php echo $config['sitename'] . ' - ' . $page_title; ?>
»   

sql_close(); if (!empty($cache)) { $cache->unload(); } ?>

phpBB Logo lang['ADMIN_TITLE']; ?>