Skip to content

Commit c9d0bb1

Browse files
author
Gabor Hojtsy
committed
release announcements will come to this folder
1 parent 6231e10 commit c9d0bb1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

error.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,9 @@
275275
"news_php_5_0_0b2.txt" => "ChangeLog-5", // BC
276276
"news_php_5_0_0b3.txt" => "ChangeLog-5", // BC
277277

278-
"manual/about-notes.php" => "manual/add-note", // BC
279-
"software/index.php" => "software", // BC
278+
"manual/about-notes.php" => "manual/add-note", // BC
279+
"software/index.php" => "software", // BC
280+
"releases.php" => "releases/index", // BC
280281

281282
# external shortcut aliases ;)
282283
"dochowto" => "phpdochowto",

releases.php renamed to releases/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// $Id$
3-
$_SERVER['BASE_PAGE'] = 'releases.php';
3+
$_SERVER['BASE_PAGE'] = 'releases/index.php';
44
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
55

66
// Tarball list generated with:

0 commit comments

Comments
 (0)