ini.php
来自「sup破解版官方价要300RMB」· PHP 代码 · 共 22 行
PHP
22 行
<?php
if(!defined('IN_SUPSITE')) exit('Access Denied');
$theskindir = SUPSITE_ROOT.'./templates/'.SKIN_ID.'/config/';
@include_once ($theskindir.'iniall.php');
@include_once ($theskindir.'inimenu.php');
@include_once ($theskindir.'iniindex.php');
@include_once ($theskindir.'inif.php');
@include_once ($theskindir.'inie.php');
@include_once ($theskindir.'inip.php');
@include_once ($theskindir.'inipe.php');
@include_once ($theskindir.'inid.php');
@include_once ($theskindir.'inide.php');
@include_once ($theskindir.'inib.php');
@include_once ($theskindir.'inibe.php');
@include_once ($theskindir.'iniwap.php');
@include_once ($theskindir.'inirss.php');
@include_once ($theskindir.'inihtml.php');
@include_once ($theskindir.'inicache.php');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?