From 6d168bc20ff47474a2ca71cc2c655e261df47eeb Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 22 May 2000 18:39:30 +0000 Subject: [PATCH] More updates --- .htaccess | 2 +- FAQ.html | 2 +- als99/logopage.php3 | 6 +++--- include/shared-stat.inc | 34 +++++++++++++++++----------------- include/shared.inc | 38 +++++++++++++++++++------------------- oreilly99/logopage.php3 | 6 +++--- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.htaccess b/.htaccess index b2d046abb..c32f16238 100644 --- a/.htaccess +++ b/.htaccess @@ -4,5 +4,5 @@ php3_include_path .:./include:../include php_value include_path .:./include:../include -DirectoryIndex index.php3 index.php +DirectoryIndex index.php index.php3 AddType application/x-pilot .prc .pdb diff --git a/FAQ.html b/FAQ.html index 72b7ee89c..e69addffb 100644 --- a/FAQ.html +++ b/FAQ.html @@ -241,7 +241,7 @@ their answers. If you have suggestions, corrections or additions, send them to 2.3. Is there an archive of the mailing list anywhere?
- Yes, you will find a list of archive sites on the Support + Yes, you will find a list of archive sites on the Support page.

diff --git a/als99/logopage.php3 b/als99/logopage.php3 index 7aa945c38..c853b530c 100644 --- a/als99/logopage.php3 +++ b/als99/logopage.php3 @@ -16,10 +16,10 @@ - + - +
Home page:http://www.php.net
These Slides:http://www.php.net/als99/
Notables:http://www.php.net/sites.php3
Notables:http://www.php.net/sites.php
Manual:http://www.php.net/manual/
Tutorials:http://www.php.net/tut.php3
-http://www.php.net/links.php3
Tutorials:http://www.php.net/tut.php
+http://www.php.net/links.php
diff --git a/include/shared-stat.inc b/include/shared-stat.inc index 1c69a2e1c..2451d0852 100644 --- a/include/shared-stat.inc +++ b/include/shared-stat.inc @@ -448,7 +448,7 @@ endif; ?>
- PHP Home Page
+ PHP Home Page

@@ -459,26 +459,26 @@ endif; ?> if ($UP[0] && $UP[1]): makeSideButton($UP[0],"up","","up",129,30,0,10,"Up to $UP[1]","
\n"); endif; - makeSideButton("/quickref.php3","qref","qrefKick","quickref",129,30,0,10,"Quick Reference","
\n"); + makeSideButton("/quickref.php","qref","qrefKick","quickref",129,30,0,10,"Quick Reference","
\n"); if (!$HTDIG): makeBorderTOC($title); endif; else: - $lastnews=filemtime($DOCUMENT_ROOT."/news.php3"); + $lastnews=filemtime($DOCUMENT_ROOT."/news.php"); if ($lastnews): $lastnews="PHP News last updated: ".date("M d, Y",$lastnews); else: $lastnews="PHP in the News"; endif; makeSideButton("/downloads.php","down","","downloads",129,30,0,10,"Downloads","
\n"); - makeSideButton("/docs.php3","docs","","docs",129,30,0,10,"Documentation","
\n"); - makeSideButton("/quickref.php3","qref","qrefKick","quickref",129,30,0,10,"Quick Reference","
\n"); + makeSideButton("/docs.php","docs","","docs",129,30,0,10,"Documentation","
\n"); + makeSideButton("/quickref.php","qref","qrefKick","quickref",129,30,0,10,"Quick Reference","
\n"); # makeSideButton("/mail.php3","mail","","mailing",129,30,0,10,"Mailing Lists","
\n"); - makeSideButton("/support.php3","dev","","development",129,30,0,10,"Getting Help","
\n"); - makeSideButton("/news.php3","news","","news",129,30,0,10,$lastnews,"
\n"); - makeSideButton("/projects.php3","proj","","projects",129,30,0,10,"Projects using PHP","
\n"); - makeSideButton("/links.php3","link","","links",129,30,0,10,"PHP Links","
\n"); - makeSideButton("/mirrors.php3","mirr","mirrorsKick","mirror",129,30,0,10,"Mirror sites","
\n"); + makeSideButton("/support.php","dev","","development",129,30,0,10,"Getting Help","
\n"); + makeSideButton("/news.php","news","","news",129,30,0,10,$lastnews,"
\n"); + makeSideButton("/projects.php","proj","","projects",129,30,0,10,"Projects using PHP","
\n"); + makeSideButton("/links.php","link","","links",129,30,0,10,"PHP Links","
\n"); + makeSideButton("/mirrors.php","mirr","mirrorsKick","mirror",129,30,0,10,"Mirror sites","
\n"); endif; ?> @@ -500,9 +500,9 @@ endif; ?> makeSideButton("javascript:history.go(-1);","close","","close",75,30,9,5,"Close this source page",""); else: makeSideButton("","close","","close",1,1,0,0,"",""); - makeSideButton("/source.php3?page_url=$PHP_SELF","sour","","source",75,30,9,5,"View the source code for this page",""); + makeSideButton("/source.php?page_url=$PHP_SELF","sour","","source",75,30,9,5,"View the source code for this page",""); endif; - makeSideButton("/search.php3","sear","searchKick","search",75,30,9,5,"Search the site",""); + makeSideButton("/search.php","sear","searchKick","search",75,30,9,5,"Search the site",""); ?>
@@ -556,7 +556,7 @@ function commonStatFooter() { \n"; - makeSideButton("/credits.php3","cred","","credits",129,30,0,10,"Who's responsible for this?","
\n"); + makeSideButton("/credits.php","cred","","credits",129,30,0,10,"Who's responsible for this?","
\n"); makeSideButton("#top","top","","top",129,30,0,10,"Top of this page","
\n"); ?>
@@ -610,7 +610,7 @@ function commonStatFooter() {