|
|
@@ -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"));
|
|
|
-}
|
|
|
+}
|