less scrolling

This commit is contained in:
mcguirepr89
2022-03-05 08:53:37 -05:00
parent decf49e37c
commit 47028b3d6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ iframe {
padding: 0;
margin: 0;
border: none;
height: 95%;
height: 92%;
width: 100%;
}
+1 -1
View File
@@ -53,7 +53,7 @@ if(isset($_POST['view'])){
$submittedpwd = $_SERVER['PHP_AUTH_PW'];
$submitteduser = $_SERVER['PHP_AUTH_USER'];
if($submittedpwd == $caddypwd && $submitteduser == 'birdnet'){
$url = "https://".$_SERVER['SERVER_NAME']."/scripts/adminer.php";
$url = $_SERVER['SERVER_NAME']."/scripts/adminer.php";
echo "<div class=\"centered\">
<form action=\"\" method=\"POST\" id=\"views\">
<button type=\"submit\" name=\"view\" value=\"Settings\" form=\"views\">Settings</button>