📄 fra_post.php
字号:
<?php
if (!defined('ROOT'))
exit('Access Denied');
session_start();
$type = (int)$_GET['type'];
$fid = (int)$_GET['fid'];
$tid = (int)$_GET['tid'];
$pid = (int)$_GET['pid'];
$quick = isset($_GET['quick']) ? true : false;
$captcha = strtolower($_POST['captcha']);
$f_html = empty($_POST['atc_html']) ? 0 : 1;
$f_url = empty($_POST['atc_autourl']) ? 0 : 1;
$f_ubb = empty($_POST['atc_convert']) ? 0 : 1;
$f_link = empty($_POST['f_link']) ? 0 : 1;
$f_twt = empty($_POST['f_twt']) ? 0 : 1;
$content = trim($_POST['atc_content']);
$con = array();
$tomod = $_GET['tomod'];
$exmods = exmods();
$tomod_post_pv = $tomod . '_post_pv';
in_array($tomod, $exmods) or e('鍏ュ彛閿欒
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -