Much Better Now

This commit is contained in:
2014-08-19 09:10:22 -05:00
parent d6e8a4ccd4
commit 3a2fa4f95e
13 changed files with 909 additions and 59 deletions

10
public/index.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
define("PHP_ROOT","../");
define("APP_ROOT","../app");
require_once(APP_ROOT.'/core/Anvil.php');
$anvil = new Anvil();
$anvil->strike();
return;