We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c22e0 commit 67a4262Copy full SHA for 67a4262
index.php
@@ -17,10 +17,6 @@
17
<body onload="callLoadData()">
18
<?php
19
include('html/nav.php'); ?>
20
- <?php if (!isset($_COOKIE["develop"])):?>
21
- <script>alert('Im working on the website right now')</script>
22
- <?php setcookie("develop", '1', time()+3600); /* expire in 1 hour */;
23
- endif;
24
?>
25
<div class="container">
26
<table class="server_list_table">
0 commit comments