mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-05-05 13:36:33 +02:00
coding style fixes
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
|
||||
//no for directly open
|
||||
if (!defined('IN_COMMON'))
|
||||
if (! defined('IN_COMMON'))
|
||||
{
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
@@ -19,6 +19,3 @@ if (!defined('IN_COMMON'))
|
||||
define('KLEEJA_VERSION', '3.0.2');
|
||||
|
||||
define('KLEEJA_DB_VERSION', '9');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user