⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 112.php

📁 CMS系统
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -