mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-14 20:19:43 +01:00
26 lines
341 B
PHP
Executable File
26 lines
341 B
PHP
Executable File
<?php
|
|
/**
|
|
*
|
|
* @package Kleeja
|
|
* @copyright (c) 2007 Kleeja.net
|
|
* @license ./docs/license.txt
|
|
*
|
|
*/
|
|
|
|
|
|
//no for directly open
|
|
if (! defined('IN_COMMON'))
|
|
{
|
|
exit();
|
|
}
|
|
|
|
|
|
|
|
define('KLEEJA_VERSION', '3.1.7');
|
|
|
|
define('KLEEJA_DB_VERSION', '10');
|
|
|
|
// Kleeja min requirements
|
|
define('MIN_PHP_VERSION', '7.0');
|
|
define('MIN_MYSQL_VERSION', '4.2.2');
|