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'] = 'security-note.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("A Note on Security in PHP");
|
||||
site_header("A Note on Security in PHP", array("current" => "FIXME"));
|
||||
?>
|
||||
|
||||
<h1>A Note on Security in PHP</h1>
|
||||
|
||||
Reference in New Issue
Block a user