mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
792 B
24 lines
792 B
3 months ago
|
<div class="bt-form">
|
||
|
<div class="bt-w-main">
|
||
|
<div class="bt-w-menu">
|
||
|
<p class="bgw" onclick="pluginService('lam');">服务</p>
|
||
|
<p onclick="pluginConfig('lam');">重写模版</p>
|
||
|
<p onclick="homePage()">主页</p>
|
||
|
<p onclick="phpVer(56)">PHP版本</p>
|
||
|
<p onclick="safeConf();">安全设置</p>
|
||
|
<p onclick="pluginLogs('lam','','access_log');">访问日志</p>
|
||
|
<p onclick="pluginLogs('lam','','error_log');">错误日志</p>
|
||
|
<p onclick="pluginConfig('lam','','config_inc');" title="config.inc.php">配置</p>
|
||
|
</div>
|
||
|
<div class="bt-w-con pd15">
|
||
|
<div class="soft-man-con"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<script type="text/javascript">
|
||
|
resetPluginWinHeight(500);
|
||
|
$.getScript( "/plugins/file?name=lam&f=js/lam.js", function(){
|
||
|
pluginService('lam');
|
||
|
});
|
||
|
</script>
|