From ba632c8d21ae8465d0622877abb4dfca157b35e0 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:17:39 +0530 Subject: [PATCH] ssh key testing --- api/application/config/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 762ce025..831ddcee 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,6 +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"); /* |--------------------------------------------------------------------------