root/trunk/testapp/application.init.php

Revision 1202, 0.7 kB (checked in by laurentj, 2 days ago)

updated entrypoint of testapp with the new default content of entry points

Line 
1 <?php
2 /**
3 * @package  jelix
4 * @subpackage testapp
5 * @author   Jouanneau Laurent
6 * @contributor
7 * @copyright 2005-2008 Jouanneau laurent
8 * @link     http://www.jelix.org
9 * @licence  http://www.gnu.org/licenses/gpl.html GNU General Public Licence, see LICENCE file
10 */
11
12 require (dirname(__FILE__).'/../lib/jelix/init.php');
13 define ('JELIX_APP_PATH', dirname (__FILE__).'/'); // don't change
14
15 define ('JELIX_APP_TEMP_PATH',    realpath(JELIX_APP_PATH.'../temp/testapp/').'/');
16 define ('JELIX_APP_VAR_PATH',     JELIX_APP_PATH.'var/');
17 define ('JELIX_APP_LOG_PATH',     JELIX_APP_PATH.'var/log/');
18 define ('JELIX_APP_CONFIG_PATH'JELIX_APP_PATH.'var/config/');
19 define ('JELIX_APP_WWW_PATH',     JELIX_APP_PATH.'www/');
20
21
Note: See TracBrowser for help on using the browser.
Download in other formats: Plain Text Original Format