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>