0byt3m1n1-V2
Path:
/
home
/
helpdesk
/
admin
/
admin-inventory
/
[
Home
]
File: dw-upload.inc.php
<?php function dwUpload($file,$path="./images_user/"){ if(@copy($file['tmp_name'],$path.$file['name'])){ @chmod($path.$file,0777); return $file['name']; }else{ return false; } } ?>
©
2018.