mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Notifications touch+1s
Pour https://github.com/marienfressinaud/FreshRSS/issues/243
This commit is contained in:
@@ -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']; ?>
|
||||
|
||||
Reference in New Issue
Block a user