فهرست منبع

Update embedded.php

yeungalan 6 سال پیش
والد
کامیت
63f82b08c6
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      7-Zip File Manager/embedded.php

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

@@ -1,7 +1,10 @@
 <?php
+include '../auth.php';
+?>
+<?php
 if(isset($_GET["filepath"])){
     header('Location: MainUI.php?file='.$_GET["filepath"]);
 }else{
     header('Location: index.php');
 }
-?>
+?>