From 4112f8f60692196e45fb5b47d4f633d2b2c8f992 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Wed, 11 Feb 2015 18:18:00 +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 220691c..8b2a78d 100644 --- a/api.php +++ b/api.php @@ -2,7 +2,7 @@ //If the value d doesn't exist, redirect back to front page *1 if(isset($_GET['d'])) { //Include the core file with the functions - include_once('core.php'); + include_once('includes/core.php'); switch ($_GET['d']) { case 'upload': //Set the name value to the original filename