openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 74205aed81d7967754eb20e4c4ec47a99c2eab65
parent 2ead45e08dfb03e2cee6728c0f3d13dd53c51fc0
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 15 Nov 2017 23:05:03 +0100

HTML-Kopf ist gültig, solange die Konfiguration nicht neu eingelesen wird.

Diffstat:
action/IndexAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action/IndexAction.class.php b/action/IndexAction.class.php @@ -34,7 +34,7 @@ class IndexAction extends Action function IndexAction() { $this->perspective = Session::get('perspective'); -// $this->lastModified( filemtime(__FILE__) ); + $this->lastModified( config('config','last_modification') ); }