|
From: Florin C B. <ory...@us...> - 2011-12-07 19:47:01
|
Update of /cvsroot/mxbb/core/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv32669/core/admin
Modified Files:
index.php
Log Message:
some files changed, revent them if they are from mistake
Index: index.php
===================================================================
RCS file: /cvsroot/mxbb/core/admin/index.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** index.php 27 Jul 2011 19:44:58 -0000 1.59
--- index.php 7 Dec 2011 19:46:58 -0000 1.60
***************
*** 19,36 ****
//
define('IN_PORTAL', 1);
- define('ADMIN_START', true);
- define('NEED_SID', true);
-
$mx_root_path = './../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$no_page_header = TRUE;
! require('./pagestart.' . $phpEx);
[...1379 lines suppressed...]
+ $template->set_filenames(array(
+ "body" => "admin/index_frameset.".$tplEx)
+ );
! $template->assign_vars(array(
! 'ADMIN_TITLE' => $lang['mxBB_adminCP'],
! "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"),
! "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right"))
! );
! header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
! header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
! $template->pparse("body");
! $db->sql_close();
! exit;
}
?>
\ No newline at end of file
|