芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/pages/index.php
load_page) && !empty(Registry::load('config')->load_page)) { $load_chat_page = false; } } if (Registry::load('settings')->landing_page !== 'enable') { $load_chat_page = true; } if (Registry::load('current_user')->logged_in || $load_chat_page) { include 'fns/fetch/load.php'; include 'layouts/chat_page/layout.php'; } else { include 'layouts/landing_page/layout.php'; } ?>