Skip to content

Instantly share code, notes, and snippets.

@JosephDuffy
Created August 21, 2013 18:54
Show Gist options
  • Save JosephDuffy/6298635 to your computer and use it in GitHub Desktop.
Save JosephDuffy/6298635 to your computer and use it in GitHub Desktop.
<?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