diff --git a/hwe/_admin2_submit.php b/hwe/_admin2_submit.php index 18e44f84..9c87706d 100644 --- a/hwe/_admin2_submit.php +++ b/hwe/_admin2_submit.php @@ -6,6 +6,8 @@ include "func.php"; $btn = Util::getReq('btn'); $weap = Util::getReq('weap', 'int'); +$genlist = Util::getReq('genlist', 'array_int'); +$msg = Util::getReq('msg', 'string'); extractMissingPostToGlobals(); diff --git a/hwe/j_install_db.php b/hwe/j_install_db.php index 1aedad7f..e9e13860 100644 --- a/hwe/j_install_db.php +++ b/hwe/j_install_db.php @@ -19,8 +19,6 @@ $username = Util::getReq('db_id'); $password = Util::getReq('db_pw'); $dbName = Util::getReq('db_name'); -extractMissingPostToGlobals(); - if(!$host || !$port || !$username || !$password || !$dbName){ Json::die([ 'result'=>false, diff --git a/i_entrance/templates/server_panel.php b/i_entrance/templates/server_panel.php index 6d4133c9..a9650d15 100644 --- a/i_entrance/templates/server_panel.php +++ b/i_entrance/templates/server_panel.php @@ -1,5 +1,8 @@