Fixed upload.php loading config incorrectly.

This commit is contained in:
Joe Gandy 2016-04-30 01:22:37 +01:00
parent afb9e34186
commit 453a4558d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
$config = include('config.php');
$config = include('u/config.php');
$key = $config['secure_key'];
$uploadhost = $config['output_url'];