editor.php

来自「MetInfo企业网站管理系统采用PHP+Mysql架构」· PHP 代码 · 共 12 行

PHP
12
字号
<?php
require_once '../login/login_check.php';
include_once("../../fckeditor/fckeditor.php");
$online_list=$db->get_one("select * from $met_online where id='$id'");
if(!$online_list){
okinfo('index.php',$lang[noid]);
}
$css_url="../templates/".$met_skin."/css";
$img_url="../templates/".$met_skin."/images";
include template('online_editor');
footer();
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?