1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-07 15:00:47 +00:00

Die at start of file

This commit is contained in:
kobus 2018-04-20 09:59:34 +02:00
parent 6482a577f5
commit 44e9641f78

View File

@ -1,5 +1,9 @@
<?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. ¯\_(ツ)_/¯");
/**
* Printing
*/