chevereto-free/app/chevereto-hook.sample.php
Rodolfo Berrios 7f76aa89ae 1.3.0 dev
2020-10-09 19:16:21 -03:00

10 lines
No EOL
326 B
PHP

<?php
# 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.');