Implemented auto-refresh if the page is empty
This commit is contained in:
@@ -62,6 +62,13 @@
|
||||
padding-left: 4px;
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
query("SELECT COUNT(`id`) as `count` FROM `for_moderation`;", function($row) {
|
||||
if($row["count"] <= 0) {
|
||||
echo "<meta http-equiv=\"refresh\" content=\"3\">";
|
||||
}
|
||||
});
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Moderace otázek pro pana Stallmana</h1>
|
||||
|
Reference in New Issue
Block a user