We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6231e10 commit c9d0bb1Copy full SHA for c9d0bb1
error.php
@@ -275,8 +275,9 @@
275
"news_php_5_0_0b2.txt" => "ChangeLog-5", // BC
276
"news_php_5_0_0b3.txt" => "ChangeLog-5", // BC
277
278
- "manual/about-notes.php" => "manual/add-note", // BC
279
- "software/index.php" => "software", // BC
+ "manual/about-notes.php" => "manual/add-note", // BC
+ "software/index.php" => "software", // BC
280
+ "releases.php" => "releases/index", // BC
281
282
# external shortcut aliases ;)
283
"dochowto" => "phpdochowto",
releases.php renamed to releases/index.php
@@ -1,6 +1,6 @@
1
<?php
2
// $Id$
3
-$_SERVER['BASE_PAGE'] = 'releases.php';
+$_SERVER['BASE_PAGE'] = 'releases/index.php';
4
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5
6
// Tarball list generated with:
0 commit comments