Skip to content

Commit

Permalink
Bringing in code, pre-quarantine.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Aug 23, 2009
1 parent d5b1810 commit 0377798
Show file tree
Hide file tree
Showing 19 changed files with 1,710 additions and 1,533 deletions.
8 changes: 8 additions & 0 deletions recess/recess/bootstrap.php
@@ -0,0 +1,8 @@
<?php
set_include_path(__DIR__);

// Include the Autoloader
include 'recess/core/Autoloader.class.php';

// Register Autoload Function
spl_autoload_register('recess\core\Autoloader::autoload');

0 comments on commit 0377798

Please sign in to comment.