Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. config.php
  2. script
  3. |--myscript.php
  4.  
  5. <?php
  6. require '../config.php';
  7. ?>
  8.  
  9. require __DIR__ . '/../config.php';
  10.  
  11. echo getcwd();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement