Hi All
I have installed supervision server in my system, the installation is done very well, and the server also working perfectly, but then I try to customize my supervision server behaviour, I would like to change its default behaviour for its onuserlogin event
Therefore I change the routines which are resided in the function OnUserLogin from sep.inc.default.php file.
I change:
-----
sep_log("<< User logged in: $username >>");
into:
-----
sep_log("<< Hello world >>");
but the changes is never being applied, I have restarted the service several times but it does not give me any effects, still in the log file is always written "..<< User logged in: XXX >>"
Is there anyone who had similar experience ?
Regards,
icooll
I have installed supervision server in my system, the installation is done very well, and the server also working perfectly, but then I try to customize my supervision server behaviour, I would like to change its default behaviour for its onuserlogin event
Therefore I change the routines which are resided in the function OnUserLogin from sep.inc.default.php file.
I change:
-----
sep_log("<< User logged in: $username >>");
into:
-----
sep_log("<< Hello world >>");
but the changes is never being applied, I have restarted the service several times but it does not give me any effects, still in the log file is always written "..<< User logged in: XXX >>"
Is there anyone who had similar experience ?
Regards,
icooll