mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 13:38:01 +00:00
important bug fix
This commit is contained in:
@@ -80,7 +80,7 @@ function whatToDo($url)
|
|||||||
|
|
||||||
if(!is_array($data) || !$data['hash'])
|
if(!is_array($data) || !$data['hash'])
|
||||||
{
|
{
|
||||||
if((UPLOAD_FORM_LOCATION && $url==UPLOAD_FORM_LOCATION) || (!UPLOAD_FORM_LOCATION && $url==PATH))
|
if((UPLOAD_FORM_LOCATION && $url==UPLOAD_FORM_LOCATION) || (!UPLOAD_FORM_LOCATION))
|
||||||
{
|
{
|
||||||
$upload_answer = $pm->ProcessUploads();
|
$upload_answer = $pm->ProcessUploads();
|
||||||
if($upload_answer)
|
if($upload_answer)
|
||||||
|
|||||||
Reference in New Issue
Block a user