This commit is contained in:
Your Name
2018-10-29 21:25:16 +09:00
parent f687739cfe
commit 2cf2171ac2
126 changed files with 1974 additions and 11620 deletions

View File

@@ -224,7 +224,6 @@ function nav($template = 'default') {
//app bin
if($is_owner) {
//daily system apps import
if(get_pconfig(local_channel(), 'system','import_system_apps') !== datetime_convert('UTC','UTC','now','Y-m-d')) {
Apps::import_system_apps();
set_pconfig(local_channel(), 'system','import_system_apps', datetime_convert('UTC','UTC','now','Y-m-d'));