Files
Kleeja/includes/functions_alternative.php

23 lines
342 B
PHP
Raw Normal View History

2018-01-09 02:09:07 +03:00
<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.com
* @license ./docs/license.txt
*
*/
/**
2019-05-22 19:33:52 +03:00
* After a lot of work, we faced many hosts who use a old PHP version, or
* they disabled many general functions ...
2018-01-09 02:09:07 +03:00
* so, this file contains those type of functions.
*/
//no for directly open
2019-05-03 23:52:08 +03:00
if (! defined('IN_COMMON'))
2018-01-09 02:09:07 +03:00
{
2019-05-03 23:52:08 +03:00
exit();
2018-01-09 02:09:07 +03:00
}