From 00cd9ec7aa6df701d1f36d18bda997663419e3aa Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 30 Jun 2009 14:24:32 +0000 Subject: [PATCH] added config file for "echo" and session timer. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1439 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/echo/etc/echo.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/plug-in/echo/etc/echo.conf diff --git a/core/plug-in/echo/etc/echo.conf b/core/plug-in/echo/etc/echo.conf new file mode 100644 index 00000000..0f93230f --- /dev/null +++ b/core/plug-in/echo/etc/echo.conf @@ -0,0 +1,17 @@ +# Echo plug-in configuration file +# + +# Session timer ([yes,no]; default: no) +# + +# - enables the session timer. +# +# enable_session_timer=yes + +# - set the "Session-Expires" parameter for the session timer. +# +# session_expires=240 + +# - set the "Min-SE" parameter for the session timer. +# +# minimum_timer=90