Compare commits

...

2 Commits

Author SHA1 Message Date
stwala
8fd2f08af4 Merge 386e57a67f into 0931c8fc67 2024-07-13 01:33:43 +07:00
stwala
386e57a67f Update php.php
the first two lines of code that are for exiting the file had a typo in the sentences to be echoed. Instead of "meant" it read "ment"
2024-04-29 00:14:06 +02:00

View File

@@ -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