| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/nguyenlieumyphamgiasi.vn/public_html/webadmin/views/layout/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Quản trị hệ thống</title>
<link rel="stylesheet" type="text/css" href="<?=skin?>css/file.css">
<script type="text/javascript" src="<?=skin?>js/jquery-core.js"></script>
<script type="text/javascript" src="<?=skin?>js/apps.js"></script>
</head>
<body>
<? $seg2 = $this->uri->segment(2);?>
<div class="wrapper">
<div class="header">
<div class="title">Quản lý File</div>
<div class="close"><a onclick="self.parent.tb_remove();" href="#"><img alt="" src="<?=skin?>images/close.png" /></a></div>
</div>
<div class="media-upload-header">
<ul id="menu">
<li><a href="<?=base_url()?>filemanager/index" <?if($seg2=='index'){echo ' class="current"';}?>>Thư viện</a></li>
<li><a href="<?=base_url()?>filemanager/upload" <?if($seg2=='upload'){echo ' class="current"';}?>>Upload FIle</a></li>
</ul>
</div>
<?=$this->load->view($page)?>
</div>
</body>