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;