basic_to_pro.php
来自「CMS系统」· PHP 代码 · 共 6 行
PHP
6 行
<?php
$DB->query("INSERT INTO " . TABLE_PREFIX . "plugins VALUES (8, 'Latest Posts', 'Latest Posts', '2.0', 'p8_latest_posts/latestposts.php', 'p8_latest_posts/p8_settings.php', 'subdreamer', '1', 17) ");
$DB->query("INSERT INTO " . TABLE_PREFIX . "plugins VALUES (9, 'Top Posters', 'Top Posters', '2.0', 'p9_top_posters/topposters.php', 'p9_top_posters/p9_settings.php', 'subdreamer', '1', 17) ");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?