⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload.php

📁 想必大家都在找个个日志的代码吧··呵呵·我今天就吐血奉献给大家吧
💻 PHP
字号:
<?php if(!defined('ADMIN_ROOT')) {exit('error!');} ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"  dir="ltr" lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>upload</title><link href="./views/<?php echo ADMIN_TPL; ?>/main.css" type=text/css rel=stylesheet><script type="text/javascript" src="./views/<?php echo ADMIN_TPL; ?>/common.js"></script><script>function uploadfile(){	var as_logid = parent.document.getElementById('as_logid').value	document.upload.action = "attachment.php?action=upload&logid="+as_logid;	document.upload.submit();}function showupload(){	var as_logid = parent.document.getElementById('as_logid').value	window.location.href="attachment.php?action=selectFile&logid="+as_logid;	}function showattlib(){	var as_logid = parent.document.getElementById('as_logid').value	window.location.href="attachment.php?action=attlib&logid="+as_logid;	}function addattachfrom() {	var newnode = document.getElementById('attachbodyhidden').firstChild.cloneNode(true);	document.getElementById('attachbody').appendChild(newnode);}function removeattachfrom() {	document.getElementById('attachbody').childNodes.length > 1 && document.getElementById('attachbody').lastChild ? document.getElementById('attachbody').removeChild(document.getElementById('attachbody').lastChild) : 0;}</script><body><div id="media-upload-header">	<span id="curtab"><a href="javascript:showupload();">涓婁紶闄勪欢</a></span>	<span><a href="javascript:showattlib();">闄勪欢搴擄紙<?php echo $attachnum; ?>锛

⌨️ 快捷键说明

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