Skip to content

Commit

Permalink
Remove development alert
Browse files Browse the repository at this point in the history
  • Loading branch information
AunePVP committed Jun 29, 2022
1 parent b6c22e0 commit 67a4262
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<body onload="callLoadData()">
<?php
include('html/nav.php'); ?>
<?php if (!isset($_COOKIE["develop"])):?>
<script>alert('Im working on the website right now')</script>
<?php setcookie("develop", '1', time()+3600); /* expire in 1 hour */;
endif;
?>
<div class="container">
<table class="server_list_table">
Expand Down

0 comments on commit 67a4262

Please sign in to comment.