Update api.php

This commit is contained in:
Eric Johansson (neku) 2015-02-11 18:18:00 +01:00
parent 9e80f78f0b
commit 4112f8f606
1 changed files with 1 additions and 1 deletions

View File

@ -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