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"
This commit is contained in:
stwala
2024-04-29 00:14:06 +02:00
committed by GitHub
parent 2aee46f169
commit 386e57a67f

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