mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 05:28:01 +00:00
added upload via base64 and via url
This commit is contained in:
@@ -59,6 +59,7 @@ if ($_FILES['file']["error"] == UPLOAD_ERR_OK)
|
||||
|
||||
if($answer['hash'] && $answer['status']=='ok')
|
||||
{
|
||||
$answer['filetype'] = $type;
|
||||
//add this sha1 to the list
|
||||
addSha1($answer['hash'],$sha1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user