From 95024621a65c451b27fc2992106346fa20316496 Mon Sep 17 00:00:00 2001 From: Bayram Aliev Date: Wed, 18 Jun 2014 22:57:10 +0700 Subject: [PATCH] Timestamp by default --- src/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/config.php b/src/config/config.php index fdf0099..0e7d09e 100755 --- a/src/config/config.php +++ b/src/config/config.php @@ -5,7 +5,7 @@ /** * Add timestamp by default */ - 'timestamp' => false, + 'timestamp' => true, 'qstring' => '?t=' -]; \ No newline at end of file +];