Guest User

Untitled

a guest
Aug 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(get_included_files()[0] != __FILE__) {
  2. print "Running as a library\n";
  3. } else {
  4. if(php_sapi_name() != 'cli') {
  5. die("This is only meant to be run from the cli");
  6. }
Add Comment
Please, Sign In to add comment