Forráskód Böngészése

Update embedded.php

yeungalan 6 éve
szülő
commit
63f82b08c6
1 módosított fájl, 4 hozzáadás és 1 törlés
  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');
 }
-?>
+?>