Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28258/rss
Modified Files:
index.php
Log Message:
Fixed server port.
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** index.php 9 Feb 2004 00:51:49 -0000 1.23
--- index.php 12 May 2004 22:16:43 -0000 1.24
***************
*** 5,9 ****
require_once(BASE.'functions/calendar_functions.php');
! $default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'], '/rss/'));
$current_view = "rssindex";
--- 5,9 ----
require_once(BASE.'functions/calendar_functions.php');
! $default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].':'.$HTTP_SERVER_VARS['SERVER_PORT'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'],'/rss/'));
$current_view = "rssindex";
|