[UseBook-Checkins] UseBook/admin admin.php,1.1,1.2
Status: Inactive
Brought to you by:
pc_freak
|
From: Vandamme S. <kid...@us...> - 2005-07-28 10:20:15
|
Update of /cvsroot/usebook/UseBook/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13920/admin Modified Files: admin.php Log Message: UseBook 0.3 RC Index: admin.php =================================================================== RCS file: /cvsroot/usebook/UseBook/admin/admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin.php 7 Jul 2005 16:39:03 -0000 1.1 --- admin.php 28 Jul 2005 10:20:04 -0000 1.2 *************** *** 25,51 **** define('INCLUDED', true); ! define('ROOT_PATH', './'); // // Load engine // ! require('sources/core.php'); // // Page head // ! require('sources/page_head.php'); // // Admin // ! $template->parse('admin_login', 'admin', array( ! ! ); // // Page bottom // ! require('sources/page_foot.php'); ?> --- 25,49 ---- define('INCLUDED', true); ! define('ROOT_PATH', '../'); // // Load engine // ! require(ROOT_PATH.'sources/core.php'); // // Page head // ! require(ROOT_PATH.'sources/page_head.php'); // // Admin // ! $template->parse('msgbox', 'global', array('box_title' => $lang['Error'], 'content' => $lang['NotFinished']) ); // // Page bottom // ! require(ROOT_PATH.'sources/page_foot.php'); ?> |