Created
August 6, 2014 06:55
-
-
Save nahakiole/83959d81c67764bed0ac to your computer and use it in GitHub Desktop.
Contrexx Minimal Mode Template File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once dirname(__FILE__) . '/core/Core/init.php'; | |
/** | |
* If you activate debugging here, it will be activated for all normal usage | |
* (front- and backend). | |
*/ | |
//\DBG::activate(DBG_PHP); | |
$cx = init('minimal'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment