mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-07 06:50:04 -07:00
Compare commits
2 Commits
master
...
8fd2f08af4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd2f08af4 | |||
| 386e57a67f |
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Exit the file, string inside get's echo'ed
|
||||
die("This file is not ment to be ran. ¯\_(ツ)_/¯");
|
||||
exit("This file is not ment to be ran. ¯\_(ツ)_/¯");
|
||||
die("This file is not meant to be ran. ¯\_(ツ)_/¯");
|
||||
exit("This file is not meant to be ran. ¯\_(ツ)_/¯");
|
||||
|
||||
/**
|
||||
* Printing
|
||||
|
||||
Reference in New Issue
Block a user