📄 233.php
字号:
<?php$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', '4', 'characters', 'characters', '', '', '', '', 0, 0, 0)");$DB->query("UPDATE " . TABLE_PREFIX . "mainsettings SET title = 'Combining Title Tag with Category Name' WHERE title = 'Combing Title Tag with Category Name'");$DB->query("INSERT INTO " . TABLE_PREFIX . "mainsettings ( `settingid` , `varname` , `groupname` , `input` , `title` , `description` , `value` ) VALUES (NULL , 'sdversiontype', '', '', 'Version Type', 'The version type is either Basic or Pro. Do not change this value manually, it will cause problems.', 'Pro')");$DB->query("UPDATE " . TABLE_PREFIX . "plugins SET name = 'Articles' WHERE pluginid = 2 LIMIT 1");$DB->query("UPDATE " . TABLE_PREFIX . "plugins SET name = 'Latest Articles' WHERE pluginid = 3 LIMIT 1");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -