diff options
Diffstat (limited to 'www/index.php')
| -rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 436bfeb..24db3f5 100644 --- a/www/index.php +++ b/www/index.php @@ -8,6 +8,6 @@ switch($_GET["task"]){ include("puush.php"); break; default: - include("failure.php") + include("failure.php"); break; } |
