From 374bd97a91078258dddd8d6f14a7ffd175d59a0f Mon Sep 17 00:00:00 2001 From: JKA Network Date: Thu, 28 Dec 2017 23:38:33 +0100 Subject: [PATCH] Version 0.9.1 fix before release --- assets/html/panel/p_checks.twig | 32 ++++++++++++++++++++++++++------ downdbcode.php | 3 +-- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/assets/html/panel/p_checks.twig b/assets/html/panel/p_checks.twig index 3acb4c8..31f3a00 100755 --- a/assets/html/panel/p_checks.twig +++ b/assets/html/panel/p_checks.twig @@ -188,18 +188,38 @@ var SiteID={{check.ID_C}}; + + @@ -228,4 +248,4 @@ var SiteID={{check.ID_C}}; -{% include 'footer.twig' %} \ No newline at end of file +{% include 'footer.twig' %} diff --git a/downdbcode.php b/downdbcode.php index cfc4e58..dc29343 100755 --- a/downdbcode.php +++ b/downdbcode.php @@ -15,9 +15,8 @@ switch($type){ case 'mysqli': $dbUser = $_POST['dbcode_user']; $dbPass = $_POST['dbcode_pass']; - $dbDb = $_POST['dbcode_db']; $file = ''; break;