fra_post.php

来自「采用模块化设计,自由组合文章,软件,论坛等模块,安装方便快捷 模板支持Dre」· PHP 代码 · 共 22 行

PHP
22
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?