Update api.php

This commit is contained in:
Eric Johansson (neku) 2015-10-06 00:57:03 +02:00
parent b5ce16c266
commit e26228930a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if(isset($_GET['d'])) {
case 'upload': case 'upload':
//If no file is being posted, show the error page and exit. //If no file is being posted, show the error page and exit.
if(empty($_FILES['file']['name'])){ if(empty($_FILES['file']['name'])){
include('error.php'); include_once('error.php');
exit(0); exit(0);
} }
//Set the name value to the original filename //Set the name value to the original filename