1
0
Fork 0

So that didn't work. Now it does.

master
Ambrose Chua 2016-10-31 02:41:40 +08:00
parent c3f10fb7b8
commit 549083c1fd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $tim=$_POST["tim"];
$txt = Parsedown::instance()->parse($txt);
if (isset($_FILES["file"]) && isset($_FILES["file"]["name"])) {
if (isset($_FILES["file"]) && $_FILES["file"]["name"]) {
$allok = 0;
$uploadLocation = "../" . UPLOAD_LOCATION . "";