-
-
Notifications
You must be signed in to change notification settings - Fork 497
Expand file tree
/
Copy pathindex.php
More file actions
19 lines (13 loc) · 548 Bytes
/
index.php
File metadata and controls
19 lines (13 loc) · 548 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/* --------------------------------------------------------------------
This file is part of Chevereto Free.
https://chevereto.com/free
(c) Rodolfo Berrios <rodolfo@chevereto.com>
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
--------------------------------------------------------------------- */
define('access', 'index');
/*** Load the G app ***/
if (!include_once('app/loader.php')) {
die("Can't find app/loader.php");
}