chevereto-free/index.php
2016-08-18 17:39:31 -03:00

20 lines
No EOL
560 B
PHP

<?php
/* --------------------------------------------------------------------
Chevereto
http://chevereto.com/
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
<inbox@rodolfoberrios.com>
Copyright (C) Rodolfo Berrios A. All rights reserved.
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
http://chevereto.com/license
--------------------------------------------------------------------- */
define('access', 'index');
/*** Load the G app ***/
if(!include_once('app/loader.php')) die("Can't find app/loader.php");