mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update api.php
This commit is contained in:
parent
9e80f78f0b
commit
4112f8f606
2
api.php
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user