initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:32:16 -06:00
commit 194e0ca89e
399 changed files with 16444 additions and 0 deletions

10
production/home.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
include "php/classes/page.php";
$page = new Page;
$page->attr('title','The International Jairus Society : Home');
$page->process();
?>