| 
<?php/*
 * This file is part of GImage.
 *
 * (c) Jose Quintana <https://joseluisq.net>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */
 
 define('BASE_PATH', dirname(__FILE__));
 define('ROOT_PATH', dirname(BASE_PATH));
 
 |