| Derick Rethans 2004-11-27, 3:55 pm |
| derick Sat Nov 27 11:49:41 2004 EDT
Modified files:
/phpweb error.php
Log:
- Added some more shorcuts
http://cvs.php.net/diff.php/phpweb/...28&r2=1.29&ty=u
Index: phpweb/error.php
diff -u phpweb/error.php:1.28 phpweb/error.php:1.29
--- phpweb/error.php:1.28 Fri Nov 26 03:13:43 2004
+++ phpweb/error.php Sat Nov 27 11:49:41 2004
@@ -1,6 +1,6 @@
<?php
-// $Id: error.php,v 1.28 2004/11/26 08:13:43 derick Exp $
+// $Id: error.php,v 1.29 2004/11/27 16:49:41 derick Exp $
/*
@@ -221,10 +221,13 @@
"register_globals" => "security.globals",
"registerglobals" => "security.globals",
"manual/en/security.registerglobals.php" => "security.globals", // fix for 4.3.8 configure
- "magic_quotes" => "security.magicquotes",
- "magicquotes" => "security.magicquotes",
+ "magic_quotes" => "security.magicquotes",
+ "magicquotes" => "security.magicquotes",
"gd" => "image",
+ "htaccess" => "configuration.changes",
+ "php_value" => "configuration.changes",
+
"tut" => "tutorial",
"tut.php" => "tutorial", // BC
@@ -322,5 +325,7 @@
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
'&pattern=' . urlencode(substr($_SERVER['REQUEST_URI']
, 1))
);
-
+/*
+ * vim:et
+ */
?>
|