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'] = '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>