Jelajahi Sumber

Update index.php

yeungalan 6 tahun lalu
induk
melakukan
617498c1ab
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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>