chevereto-free/index.php

20 lines
548 B
PHP
Raw Normal View History

2020-06-24 18:35:15 +00:00
<?php
/* --------------------------------------------------------------------
2020-09-25 20:27:24 +00:00
This file is part of Chevereto Free.
https://chevereto.com/free
2020-06-24 18:35:15 +00:00
2020-09-25 20:27:24 +00:00
(c) Rodolfo Berrios <rodolfo@chevereto.com>
2020-06-24 18:35:15 +00:00
2020-09-25 20:27:24 +00:00
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
2020-06-24 18:35:15 +00:00
--------------------------------------------------------------------- */
define('access', 'index');
/*** Load the G app ***/
if (!include_once('app/loader.php')) {
die("Can't find app/loader.php");
}