diff options
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php index ec2db1a..fe76f51 100755 --- a/submit.php +++ b/submit.php @@ -11,7 +11,7 @@ </head> <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content" style="text-align: center;"> <?php require_once('bannedusers.php'); |