From a3f34674c6317930362c99f0fc40d835234843e5 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 14 Feb 2019 20:51:41 +0100 Subject: Moved code around --- config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2823095..6f773cb 100644 --- a/config.h +++ b/config.h @@ -14,11 +14,8 @@ #define MYSQL_PASS "graou" #define MYSQL_DB "sshportal" -#define SESSION_RECORDING // comment this to deactivate #define LOG_FILENAME_FORMAT "./log/$d/$h/$u/$i.gz" // $d : date in iso format, $h : hostname, $u : username : $i session id #define LOG_FILENAME_MAX_LEN 255 #define LOG_DIRECTORY_MODE S_IRUSR | S_IWUSR | S_IXUSR -#define LIBSSH_VERBOSE_OUTPOUT // comment this to deactivate - #endif -- cgit v1.2.3