📄 select_images.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
if(empty($activepath))
{
$activepath = '';
}
if(empty($imgstick))
{
$imgstick = '';
}
$activepath = str_replace('.','',$activepath);
$activepath = ereg_replace('/{1,}','/',$activepath);
if(strlen($activepath) < strlen($cfg_medias_dir))
{
$activepath = $cfg_medias_dir;
}
$inpath = $cfg_basedir.$activepath;
$activeurl = '..'.$activepath;
if(empty($f))
{
$f = 'form1.picname';
}
if(empty($v))
{
$v = 'picview';
}
if(empty($comeback))
{
$comeback = '';
}
?>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>鍥剧墖娴忚
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -