芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/pages/index.php
<?php include 'fns/firewall/load.php'; include_once 'fns/sql/load.php'; include_once 'fns/SleekDB/Store.php'; include 'fns/variables/load.php'; include 'fns/global/um_mode.php'; $load_chat_page = false; if (isset($slug_exists) && $slug_exists) { $load_chat_page = true; if (isset(Registry::load('config')->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'; } ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage