2016-08-18 20:39:31 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/* --------------------------------------------------------------------
|
|
|
|
|
|
|
|
G\ library
|
2019-02-19 16:34:30 +00:00
|
|
|
https://g.chevereto.com
|
2016-08-18 20:39:31 +00:00
|
|
|
|
|
|
|
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
|
|
|
|
|
|
|
|
Copyright (c) Rodolfo Berrios <inbox@rodolfoberrios.com> All rights reserved.
|
|
|
|
|
|
|
|
Licensed under the MIT license
|
|
|
|
http://opensource.org/licenses/MIT
|
|
|
|
|
|
|
|
--------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
# Use this file to include / hook anything you want
|
|
|
|
# Any code in this file will be added just before the G\Handler
|
|
|
|
|
|
|
|
# NOTE: To use it in production you will need to rename this file to chevereto-hook.php
|
|
|
|
|
|
|
|
namespace CHV;
|
|
|
|
use G, Exception;
|
|
|
|
|
|
|
|
if(!defined('access') or !access) die('This file cannot be directly accessed.');
|