112.php
来自「CMS系统」· PHP 代码 · 共 8 行
PHP
8 行
<?php
$DB->query("INSERT INTO " . TABLE_PREFIX . "pluginsettings VALUES ('0', '3', 'Options', 'Allow News Submission', 'Allow users to submit news?', 'yesno', '1', '2') ");
$DB->query("INSERT INTO " . TABLE_PREFIX . "pluginsettings VALUES ('0', '3', 'Options', 'Guest News', 'Allow guests to submit news?', 'yesno', '0', '3') ");
$DB->query("INSERT INTO " . TABLE_PREFIX . "pluginsettings VALUES ('0', '3', 'Options', 'Article Notification', 'This email address will receive an email message when a new article is submitted from a user/guest: <br /> Leave this blank if you prefer not to receive an email.', 'text', '', '4') ");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?