| 12345678 | <?phpdefine('DEVER_APP_NAME', 'category');define('DEVER_APP_LANG', '分类管理');define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);define('DEVER_MANAGE_ORDER', 10);define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-credit-card layui-icon-templeate-1');include(DEVER_APP_PATH . '../boot.php');
 |