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

fix page name

This commit is contained in:
Gabor Hojtsy
2006-09-17 14:15:49 +00:00
parent 33f88c3729
commit e32aa400dc

View File

@@ -1,6 +1,6 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'security-page.php';
$_SERVER['BASE_PAGE'] = 'security-note.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("A Note on Security in PHP");
?>