[phpMP-CVS] CVS: phpMP/admin index.php,1.9,1.10 main.php,1.8,1.9 nav.php,1.7,1.8
Status: Pre-Alpha
Brought to you by:
heimidal
From: Gordon P. H. <gph...@us...> - 2003-06-29 21:35:20
|
Update of /cvsroot/phpmp/phpMP/admin In directory sc8-pr-cvs1:/tmp/cvs-serv5376/admin Modified Files: index.php main.php nav.php Log Message: Updated the C_PHPMP_ROOT to be ./../ instead of just ../ . - GPHemsley Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/admin/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** index.php 29 Jun 2003 19:38:19 -0000 1.9 --- index.php 29 Jun 2003 21:35:17 -0000 1.10 *************** *** 23,27 **** */ ! define( 'C_PHPMP_ROOT', '../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); --- 23,27 ---- */ ! define( 'C_PHPMP_ROOT', './../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); Index: main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/admin/main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** main.php 29 Jun 2003 19:38:19 -0000 1.8 --- main.php 29 Jun 2003 21:35:17 -0000 1.9 *************** *** 23,27 **** */ ! define( 'C_PHPMP_ROOT', '../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); --- 23,27 ---- */ ! define( 'C_PHPMP_ROOT', './../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); Index: nav.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/admin/nav.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** nav.php 29 Jun 2003 19:38:19 -0000 1.7 --- nav.php 29 Jun 2003 21:35:17 -0000 1.8 *************** *** 25,29 **** // Basic Navigation (not very pretty, just a throw-together for testing ! define( 'C_PHPMP_ROOT', '../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); --- 25,29 ---- // Basic Navigation (not very pretty, just a throw-together for testing ! define( 'C_PHPMP_ROOT', './../' ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); |