Notifications touch+1s

Pour https://github.com/marienfressinaud/FreshRSS/issues/243
This commit is contained in:
Alexandre Alapetite
2013-11-09 23:39:08 +01:00
parent 5fc72aa7fe
commit 9ac09897ec

View File

@@ -32,7 +32,7 @@
<?php
if (isset ($this->notification)) {
touch(PUBLIC_PATH . '/data/touch.txt');
touch(PUBLIC_PATH . '/data/touch.txt', time() + 1);
?>
<div class="notification <?php echo $this->notification['type']; ?>">
<?php echo $this->notification['content']; ?>