Initial commit.
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
This commit is contained in:
10
public/index.php
Normal file
10
public/index.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/*****************************************************************************
|
||||
* index.php
|
||||
* Bootstraps the framework.
|
||||
*
|
||||
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
|
||||
*****************************************************************************/
|
||||
|
||||
// Bootstrap the framework.
|
||||
require_once dirname(__DIR__) . '/app.php';
|
||||
Reference in New Issue
Block a user