Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. //$path returnt ./modulenaam
  2. foreach ($directories as $path) {
  3.         $trimmed = substr($path,1);
  4.         $module =  "https://domijntje".$trimmed."/module.php?js=1".$vars;
  5.        echo $module;
  6.        array_push($modulearray,$module);
  7.        
  8.     }
  9.     // uiteindelijk array met elke module url https://domijntje.nl/modulenaam/module.php?js=1 + vars (&my=2)
  10.     $r = multiRequest($modulearray);
  11.  
  12.     echo '<pre>';
  13.     print_r($r);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement