Files
Kleeja/includes/functions_alternative.php
Abdulrahman 8b46a52466 fixes
2019-05-25 00:30:55 +03:00

23 lines
342 B
PHP
Executable File

<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.com
* @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();
}