fetchCluster.php 263 B

1234567
  1. <?php
  2. if($_GET["opr"] == "scan"){
  3. echo file_get_contents("http://".$_GET["ip"]."/AOB/SystemAOB/functions/drive/opr.php?opr=scan");
  4. }else{
  5. echo file_get_contents("http://".$_GET["ip"]."/AOB/SystemAOB/functions/drive/opr.php?opr=info&drive=".$_GET["drive"]);
  6. }
  7. ?>