Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
593 stephane 1
<?php
2
/**
3
* @version		$Id: index.php 0.1
4
* @package		ALCASAR_ADMIN_WEB
5
* @copyright	Copyright (C) 2011 Weber Stephane. All rights reserved.
6
* @license		see LICENSE.php
7
*/
8
 
9
define( '_ALCASAR_ADMIN_EXEC', 1 );
10
define('ALCASAR_ADMIN_PATH_BASE', dirname(__FILE__) );
11
define( 'DS', DIRECTORY_SEPARATOR );
12
 
13
require_once ( ALCASAR_ADMIN_PATH_BASE .DS.'inc'.DS.'defines.php' );
14
//require_once ( GLPA_PATH_PUBLIC.DS.'index.php' );
15
?>