post-ictf
[ctf/pub/submit_bot.git] / index_serviceflags.php
index 6f21360c5eb4352b5a6ef34fae64c914a3234d8e..13d2dfce8ff4e73e5c02496d1335567f01b2f945 100644 (file)
@@ -21,12 +21,16 @@ if (isset($_REQUEST['all'])) $query = "SELECT count(*) as count , submitter, ser
   <html>
   <head>
     <link rel="stylesheet" type="text/css" href="styles.css"></link>
+    <meta http-equiv="refresh" content="10;">
   </head>
   <body>
     <h1>Submission Board - Services/Exploits and their Flags</h1>
-    <p><a href="./index_serviceflags.php">Service + Exploit flags</a> <a href="./index_serviceflags.php?all">Alltime Service + Exploit flags</a> <a href="./index.php">Flaglist</a> <a href="./index_flag_ids.php">go to flag_ids</a></p>
-    <?php if (!isset($_REQUEST['all'])) echo '<p>Shows all submissions of the last 30 min<br>'; ?>
+<p><a href="./index.php">Flags</a>
+<a href="./index_serviceflags.php">Service + Exploit flags</a> <a href="./index_serviceflags.php?all">Alltime Service + Exploit flags</a>
+<a href="./index_flag_ids.php">Flag_IDs</a></p>
+    <p><?php if (!isset($_REQUEST['all'])) echo 'Shows all submissions of the last 30 min'; ?>
 
+    <b>Current Time: <?php echo ' '.date('Y-m-d H:i:s');?></b><br>
     NUM ROWS: <?php echo sizeof($GLOBALS['db']->query($query)->fetchAll()); ?></p>
     <table style="width: 100%">
       <thead>