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

@@ -4,7 +4,7 @@ $_SERVER['BASE_PAGE'] = 'submit-event.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/posttohost.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/email-validation.inc';
site_header("Submit an Event");
site_header("Submit an Event", array("current" => "FIXME"));
// No errors, processing depends on POST data
$errors = array();