200_rc_1.php
来自「CMS系统」· PHP 代码 · 共 13 行
PHP
13 行
<?php
// insert new image gallery phrases
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 17, 'previous_image', '« Previous Image', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 17, 'next_image', 'Next Image »', '', '', '', '', 0, 0, 0)");
// insert new subdreamer phrases
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_view_access', 'Sorry, your account does not have access to this section.', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_post_access', 'Sorry, your account does not have access to submit information.', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_download_access', 'Sorry, your account does not have access to downloads.', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_comment_access', 'Sorry, your account does not have access to post comments.', '', '', '', '', 0, 0, 0)");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?