aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 0 insertions, 3 deletions
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