Explorar el Código

Update opr.php

yeungalan hace 6 años
padre
commit
f563d643a3
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      7-Zip File Manager/opr.php

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

@@ -1,4 +1,7 @@
 <?php
+include '../auth.php';
+?>
+<?php
 /*
 |-----------------------------|
 | 77777     ZZZZZ IIIII PPPPP |
@@ -113,4 +116,4 @@ if($_GET["method"] == "ListAORDir"){
 	mkdir('tmp/'.$rand,0777);
 	system($executions.' x -bsp1 -bso0 "'.$_GET["file"].'" "'.$_GET["dir"].'" -o"tmp/'.$rand.'/" > tmp/'.$rand.'messages',$output);
 	echo json_encode(array("Extract finished. x"));
-}
+}