Ver Fonte

Update opr.php

yeungalan há 6 anos atrás
pai
commit
f563d643a3
1 ficheiros alterados com 4 adições e 1 exclusões
  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"));
-}
+}