Skip to content

Instantly share code, notes, and snippets.

@foxmask
Created March 4, 2012 17:23
Show Gist options
  • Save foxmask/1973983 to your computer and use it in GitHub Desktop.
Save foxmask/1973983 to your computer and use it in GitHub Desktop.
index.php entry point
<?php
/**
* @package actu.org
* @subpackage
* @author Olivier Demah
* @copyright 2011 Olivier Demah
* @link http://www.foxmask.info
* @license http://gnu.org All rights reserved
*/
require ('../application.init.php');
require (JELIX_LIB_CORE_PATH.'request/jClassicRequest.class.php');
checkAppOpened();
jApp::loadConfig('index/config.ini.php');
jApp::setCoord(new jCoordinator());
jApp::coord()->process(new jClassicRequest());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment