created api for uploading picture
This commit is contained in:
parent
ebc26dc8fb
commit
33d352d25f
6
res/forum/api/upload_picture.php
Normal file
6
res/forum/api/upload_picture.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$status = 0;
|
||||
|
||||
header('Content-type: application/json');
|
||||
echo json_encode(["status" => $status]);
|
Loading…
x
Reference in New Issue
Block a user