?? 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 + -