|
@@ -2,6 +2,9 @@
|
|
|
2019 AroZ 7-Zip
|
|
2019 AroZ 7-Zip
|
|
|
-->
|
|
-->
|
|
|
<?php
|
|
<?php
|
|
|
|
|
+include '../auth.php';
|
|
|
|
|
+?>
|
|
|
|
|
+<?php
|
|
|
if(isset($_GET["filepath"])){
|
|
if(isset($_GET["filepath"])){
|
|
|
header('Location: MainUI.php?file='.$_GET["filepath"]);
|
|
header('Location: MainUI.php?file='.$_GET["filepath"]);
|
|
|
}
|
|
}
|
|
@@ -140,4 +143,4 @@ if(isset($_GET["filepath"])){
|
|
|
<script>
|
|
<script>
|
|
|
ts('.tabbed.menu .item').tab();
|
|
ts('.tabbed.menu .item').tab();
|
|
|
</script>
|
|
</script>
|
|
|
-</html>
|
|
|
|
|
|
|
+</html>
|