Skip to content

Commit

Permalink
Move flags to div
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 8, 2024
1 parent bfbef32 commit 11aafc3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions APs/config/html/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
</head>

<body>


<div class="content">
<?php
/* Check IP from GLOBAL */
if (strpos($_SERVER['REMOTE_ADDR'], '192.168.8.') !== false) {
Expand Down Expand Up @@ -134,10 +133,7 @@

?>


<div class="content">

<?php
<?php
if (strpos($_SERVER['REMOTE_ADDR'], '192.168.10.') !== false) { //only OPEN
echo "<h3>Open Router Login</h3>";
}
Expand Down

0 comments on commit 11aafc3

Please sign in to comment.