Skip to content

Commit 67a4262

Browse files
committed
Remove development alert
1 parent b6c22e0 commit 67a4262

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
<body onload="callLoadData()">
1818
<?php
1919
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;
2420
?>
2521
<div class="container">
2622
<table class="server_list_table">

0 commit comments

Comments
 (0)