Update of /cvsroot/phpwebapp/books/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/config
Modified Files:
const.Paths.php
Log Message:
Index: const.Paths.php
===================================================================
RCS file: /cvsroot/phpwebapp/books/config/const.Paths.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** const.Paths.php 3 Nov 2005 08:11:53 -0000 1.1.1.1
--- const.Paths.php 3 Nov 2005 10:43:32 -0000 1.2
***************
*** 1,5 ****
<?php
//constants of the paths in the application
! define('WEBAPP_PATH', 'web_app/');
define('GRAPHICS', 'graphics/');
define('TPL', 'templates/');
--- 1,5 ----
<?php
//constants of the paths in the application
! define('WEBAPP_PATH', UP_PATH.'web_app/');
define('GRAPHICS', 'graphics/');
define('TPL', 'templates/');
|