Die at start of file

This commit is contained in:
kobus 2018-04-20 09:59:34 +02:00
parent 6482a577f5
commit 44e9641f78
1 changed files with 4 additions and 0 deletions

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
*/