mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.4.7 Funium
This commit is contained in:
+3
-1
@@ -43,12 +43,14 @@ if (safetext(isset($_POST['uniqid'])) && safetext(isset($_POST['reusetext'])) &&
|
||||
$video1 = "";
|
||||
|
||||
$rpUniqid = "";
|
||||
|
||||
$AIBWM = false;
|
||||
if(!(empty($result["ueuse"]))){
|
||||
$ruUniqid = $postUniqid;
|
||||
}else{
|
||||
$ruUniqid = $result["ruuniqid"];
|
||||
}
|
||||
$ueuse_result = send_ueuse($userid,$rpUniqid,$ruUniqid,$reusetext,$photo1,$photo2,$photo3,$photo4,$video1,$nsfw_chk);
|
||||
$ueuse_result = send_ueuse($userid,$rpUniqid,$ruUniqid,$reusetext,$photo1,$photo2,$photo3,$photo4,$video1,$nsfw_chk,$AIBWM);
|
||||
|
||||
if($ueuse_result == null){
|
||||
echo json_encode(['success' => true]);
|
||||
|
||||
Reference in New Issue
Block a user