插件代码上传
This commit is contained in:
6
public/plugin-enbbtn.php
Normal file
6
public/plugin-enbbtn.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
function enbbtnclick() {
|
||||
window.open().location = "<?php echo $bloghost.'zb_users/plugin/zxd_ctrlcenter/plugin/'.$PluginName.'/manage/status.php?include=c_system_base&action=enb'; ?>";
|
||||
}
|
||||
</script>
|
||||
<span style="position: relative; margin-left: 8px;"><img width="16" style="position: absolute;top: 50%;left: 50%;margin-top: -8px;margin-left: -8px;" src="<?php echo $bloghost.'zb_system/image/admin/information.png'; ?>"/></span> <span id="pluginName"></span>插件已禁用,<input type="submit" class="button" value="启用插件" onclick="enbbtnclick();">
|
Reference in New Issue
Block a user