Created
August 21, 2013 18:54
-
-
Save JosephDuffy/6298635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Required Auth: 3 | |
| * Name: Home Page | |
| * Meta Description: I am the meta description of this page | |
| */ | |
| namespace Yetii; | |
| $database = new Database(); | |
| echo 'However, I am not executed, as I might be dangerous'; | |
| $database->deleteAllData(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment