|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
|
|
<?php
|
|
<?php
|
|
|
if (isset ($this->notification)) {
|
|
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']; ?>">
|
|
<div class="notification <?php echo $this->notification['type']; ?>">
|
|
|
<?php echo $this->notification['content']; ?>
|
|
<?php echo $this->notification['content']; ?>
|