This website works better with JavaScript
Home
Explore
Help
Sign In
yeungalan
/
7-Zip-File-Manager
mirror of
https://github.com/yeungalan/7-Zip-File-Manager.git
Watch
1
Star
0
Fork
0
Files
Issues
1
Tree:
25894584f5
Branches
Tags
master
7-Zip-File-M...
/
7-Zip File Manager
/
embedded.php
embedded.php
66 B
History
Raw
1
2
3
<?php
header('Location: MainUI.php?file='.$_GET["filepath"]);
?>