22 lines
577 B
PHP
22 lines
577 B
PHP
<?php
|
|
/* --------------------------------------------------------------------
|
|
|
|
Chevereto
|
|
https://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
|
|
https://chevereto.com/license
|
|
|
|
--------------------------------------------------------------------- */
|
|
|
|
define('access', 'web');
|
|
|
|
/*** Load the G app ***/
|
|
if (!include_once('app/loader.php')) {
|
|
die("Can't find app/loader.php");
|
|
}
|