Explorar o código

Update embedded.php

yeungalan %!s(int64=6) %!d(string=hai) anos
pai
achega
63f82b08c6
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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');
 }
-?>
+?>