Files
Kleeja/includes/functions_alternative.php
2020-04-11 22:45:48 +02:00

23 lines
342 B
PHP
Executable File

<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/
/**
* After a lot of work, we faced many hosts who use a old PHP version, or
* they disabled many general functions ...
* so, this file contains those type of functions.
*/
//no for directly open
if (! defined('IN_COMMON'))
{
exit();
}