1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add current config option (ignored in old-web), and FIXME placeholders for pages

not in any menu yet
This commit is contained in:
Hannes Magnusson
2010-12-28 11:09:09 +00:00
parent 2cf9bb30f5
commit 60d5c3b903
44 changed files with 46 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
// $Id$
$_SERVER['BASE_PAGE'] = 'ChangeLog-4.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 4 ChangeLog");
site_header("PHP 4 ChangeLog", array("current" => "FIXME"));
function bugfix($number) { echo "Fixed bug "; bugl($number); }
function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$number</a>"; }
?>