From 54d4779b80fddb1488903b76698bcada47ed2f1a Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:24:54 +0530 Subject: [PATCH] ssh key testing4 --- api/application/config/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 6407d2e8..05a43c46 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -21,7 +21,7 @@ defined('SHOW_DEBUG_BACKTRACE') OR define('SHOW_DEBUG_BACKTRACE', TRUE); | These prefs are used when checking and setting modes when working | with the file system. The defaults are fine on servers with proper | security, but you may wish (or even need) to change the values in -| certain environments (Apache running a separate process for each +| certain environments (Apache runing a separate process for each | user, PHP under CGI with Apache suEXEC, etc.). Octal values should | always be used to set the mode correctly. | @@ -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('SSH3') OR define('SSH3',"SSH3"); +defined('SSH4') OR define('SSH3',"SSH3"); /* |--------------------------------------------------------------------------