소스 검색

Update index.php

yeungalan 6 년 전
부모
커밋
617498c1ab
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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>