From e33e720d73c981f0645d2e47cf7e52ebf79a7dbc Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:19:28 +0530 Subject: [PATCH] ssh key testing2 --- api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 831ddcee..62e74ef7 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,7 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); -defined('SSH') OR define('SSH',"SSH"); +defined('SSH2') OR define('SSH2',"SSH2"); /* |--------------------------------------------------------------------------