merge include/nav.php from dev
This commit is contained in:
parent
31883f603c
commit
cc586685e6
@ -224,7 +224,6 @@ function nav($template = 'default') {
|
|||||||
|
|
||||||
//app bin
|
//app bin
|
||||||
if($is_owner) {
|
if($is_owner) {
|
||||||
//daily system apps import
|
|
||||||
if(get_pconfig(local_channel(), 'system','import_system_apps') !== datetime_convert('UTC','UTC','now','Y-m-d')) {
|
if(get_pconfig(local_channel(), 'system','import_system_apps') !== datetime_convert('UTC','UTC','now','Y-m-d')) {
|
||||||
Apps::import_system_apps();
|
Apps::import_system_apps();
|
||||||
set_pconfig(local_channel(), 'system','import_system_apps', datetime_convert('UTC','UTC','now','Y-m-d'));
|
set_pconfig(local_channel(), 'system','import_system_apps', datetime_convert('UTC','UTC','now','Y-m-d'));
|
||||||
|
Reference in New Issue
Block a user