chevereto-free/index.php
rodolfoberrios b5eaccf6c7 v1.0.10
Forked from Chevereto v3.10.5
2018-04-17 18:25:26 -03:00

20 lines
No EOL
558 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");