Update api.php

This commit is contained in:
Eric Johansson (neku) 2015-02-11 03:35:02 +01:00
parent 8c8107343a
commit 6e46f9b0a2
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ if(isset($_GET['d'])) {
} }
}else{ }else{
//*1 //*1
header('Location: index.html); header('Location: index.html');
} }