mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 12:45:53 +12:00
Add user name suggestions
This commit is contained in:
parent
d990b3df3d
commit
86f4423bc8
195 changed files with 594 additions and 1 deletions
7
WebInterface/game-site/.htaccess
Normal file
7
WebInterface/game-site/.htaccess
Normal file
|
@ -0,0 +1,7 @@
|
|||
<FilesMatch "\.(?:dic|json)$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
ErrorDocument 403 /404.php
|
||||
ErrorDocument 404 /404.php
|
7
WebInterface/game-site/404.php
Normal file
7
WebInterface/game-site/404.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php header("HTTP/1.1 404 Not Found"); ?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL <?php echo(htmlspecialchars($_SERVER['REQUEST_URI'])); ?> was not found on this server.</p>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue