1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.4.8 Funium

This commit is contained in:
Daichimarukana
2024-11-14 21:39:31 +09:00
parent 6cdad111f0
commit eb28cc49cc
6 changed files with 96 additions and 79 deletions
+11 -2
View File
@@ -235,7 +235,12 @@ if( !empty($_POST['btn_submit']) ) {
$mailadds = safetext($_POST['mailadds']);
$new_isAIBlock = safetext($_POST['isAIBlock']);
if( !empty($_POST['isAIBlock']) ) {
$new_isAIBlock = safetext($_POST['isAIBlock']);
}else{
$new_isAIBlock = "false";
}
if($new_isAIBlock === "true"){
$save_isAIBlock = true;
}else{
@@ -243,7 +248,11 @@ if( !empty($_POST['btn_submit']) ) {
}
$other_settings_json = val_AddOtherSettings("isAIBlock", $save_isAIBlock, $userData["other_settings"]);
$new_isAIBMW = safetext($_POST['isAIBMW']);
if( !empty($_POST['isAIBMW']) ) {
$new_isAIBMW = safetext($_POST['isAIBMW']);
}else{
$new_isAIBMW = "false";
}
if($new_isAIBMW === "true"){
$save_isAIBMW = true;
}else{