Advertisement
Guest User

Untitled

a guest
May 26th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. require_once ('init.php');
  4.  
  5. if (!function_exists('ModuleBuildParams')) {
  6. require_once ('../../../includes/modulefunctions.php');
  7. $params = ModuleBuildParams($_GET['serviceId']);
  8. }
  9.  
  10. var_dump ($params);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement