Skip to content

Instantly share code, notes, and snippets.

@nahakiole
Created August 6, 2014 06:55
Show Gist options
  • Save nahakiole/83959d81c67764bed0ac to your computer and use it in GitHub Desktop.
Save nahakiole/83959d81c67764bed0ac to your computer and use it in GitHub Desktop.
Contrexx Minimal Mode Template File
<?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