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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user