Parcourir la source

Update index.php

yeungalan il y a 6 ans
Parent
commit
617498c1ab
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      7-Zip File Manager/index.php

+ 4 - 1
7-Zip File Manager/index.php

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