From 6e46f9b0a23eace2cddec3693d1b51552a0cbca1 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Wed, 11 Feb 2015 03:35:02 +0100 Subject: [PATCH] Update api.php --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index f83c61a..8085815 100644 --- a/api.php +++ b/api.php @@ -25,5 +25,5 @@ if(isset($_GET['d'])) { } }else{ //*1 - header('Location: index.html); + header('Location: index.html'); }