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:
@@ -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>"; }
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user