remove www from links

This commit is contained in:
Mitan Omar
2019-10-14 07:06:23 +02:00
parent 0d9211c4ff
commit ac34ec46b2
4 changed files with 38 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ if (version_compare(strtolower(KLEEJA_VERSION), strtolower($v['version_number'])
$ADM_NOTIFICATIONS['up_ver_klj'] = [
'id' => 'up_ver_klj',//this not so important row
'msg_type'=> 'error', 'title'=> $lang['R_CHECK_UPDATE'],
'msg' => sprintf($lang['UPDATE_NOW_S'], KLEEJA_VERSION, $v['version_number']) . '<br />' . '<a href="http://www.kleeja.com/">www.kleeja.com</a>'
'msg' => sprintf($lang['UPDATE_NOW_S'], KLEEJA_VERSION, $v['version_number']) . '<br />' . '<a href="http://kleeja.com/" target="_blank">kleeja.com</a>'
];
is_array($plugin_run_result = Plugins::getInstance()->run('admin_update_now', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook

View File

@@ -16,7 +16,7 @@ if (! defined('IN_COMMON'))
define('KLEEJA_VERSION', '3.1.5');
define('KLEEJA_VERSION', '3.1.4');
define('KLEEJA_DB_VERSION', '9');

View File

@@ -106,6 +106,6 @@ return [
'NO' => 'لا',
'KLEEJA_TEAM_MSG_NAME' => 'فريق تطوير كليجا',
'KLEEJA_TEAM_MSG_TEXT' => "شكراً لاختيارك سكربت الرفع الأول كليجا\n نتمنى حقا ان تستمتع بالسكربت .\nhttp://www.kleeja.com",
'KLEEJA_TEAM_MSG_TEXT' => "شكراً لاختيارك سكربت الرفع الأول كليجا\n نتمنى حقا ان تستمتع بالسكربت .\nhttp://kleeja.com",
];

View File

@@ -103,7 +103,7 @@ return [
'INST_WHAT_IS_KLEEJA' => 'Keeja is a free, features rich, files and images upload system. Kleeja is developed to help webmasters to provide a decent files hosting service on their sites . Kleeja comes with a simple source code and powerful User system , also with easy template system so you can easily customize your styles ',
'INST_SPECIAL_KLEEJA' => 'Some Kleeja features .. !',
'INST_WHAT_IS_KLEEJA_ONE' => 'Kleeja has a simple and powerful user system which can be easily integrated with many boards . Kleeja provide simple admin control panel that enables you to control over everything in your site . Also you can customize Kleeja\'s style and install a lot of add-ons .... <a target="_blank" href="https://www.kleeja.com">more details in Kleeja site </a>',
'INST_WHAT_IS_KLEEJA_ONE' => 'Kleeja has a simple and powerful user system which can be easily integrated with many boards . Kleeja provide simple admin control panel that enables you to control over everything in your site . Also you can customize Kleeja\'s style and install a lot of add-ons .... <a target="_blank" href="https://kleeja.com">more details in Kleeja site </a>',
'YES' => 'Yes',
'NO' => 'No',