CVS: web index.php,1.17,1.18
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-27 14:40:53
|
Update of /cvsroot/phpweather/web In directory usw-pr-cvs1:/tmp/cvs-serv15620 Modified Files: index.php Log Message: How many times am I going to make that same mistake? Index: index.php =================================================================== RCS file: /cvsroot/phpweather/web/index.php,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- index.php 27 Mar 2002 14:39:21 -0000 1.17 +++ index.php 27 Mar 2002 14:40:51 -0000 1.18 @@ -1,9 +1,9 @@ <?php require_once('include/header.php'); -require_once('../phpweather/phpweather.php'); -require_once('../phpweather/output/pw_text_en.php'); -require_once('../phpweather/output/pw_images.php'); -require_once('../phpweather/pw_utilities.php'); +require_once('phpweather/phpweather.php'); +require_once('phpweather/output/pw_text_en.php'); +require_once('phpweather/output/pw_images.php'); +require_once('phpweather/pw_utilities.php'); ?> <p>This is the homepage of PHP Weather at <a |