From ec9598ae166b543dfc9f8ef533fc7bd1480c369c Mon Sep 17 00:00:00 2001 From: gplane Date: Fri, 21 Apr 2017 13:02:03 +0800 Subject: [PATCH] Update default copyright text --- config/options.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/options.php b/config/options.php index 9dc86da6..61e055bb 100644 --- a/config/options.php +++ b/config/options.php @@ -2,8 +2,8 @@ /** * @Author: printempw * @Date: 2016-07-29 11:53:11 - * @Last Modified by: printempw - * @Last Modified time: 2017-01-20 19:24:21 + * @Last Modified by: g-plane + * @Last Modified time: 2017-04-21 13:01:49 */ return [ @@ -32,7 +32,7 @@ return [ 'version' => '', 'check_update' => 'true', 'update_source' => 'https://work.prinzeugen.net/update.json', - 'copyright_text' => 'Copyright © 2016 {site_name}. All rights reserved.', + 'copyright_text' => 'Copyright © '.getdate()['year'].' {site_name}. All rights reserved.', 'auto_del_invalid_texture' => 'false', 'return_200_when_notfound' => 'false', 'cache_expire_time' => '31536000',