瀏覽代碼

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');
 }
-?>
+?>