Hi Stephan,
How can I delete / hide the Elog Icon
and Labels like ELOG V2.7.5-2175 ?
Thanks,
Michael
My config files are often large and use some shell scripting. In these shell scripting part I interact with files and execute scripts in specific folder. It would be nice to have the ability to define for example a file path once and reuse it in different parts of the config file. It would help to make config files cleaner. For example:
Preset CampaignID = $shell( if [ -r $c_cid ] ; then cat $c_cid; else echo None > $c_cid; echo None; fi )
Encoding problem: How to make ELOG generate HTTP pages with <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=XXXX"> tag in header. With charset=XXX selectable via config.
Used to deny a certain command to a list of users. This can be used to deny a guest user to enter new messages or modify a message. Hosts allow = <list> Hosts deny = <list> could you deny guest user like this guest is not loggeg ? hubert is logged Hosts deny = guest,hubert does anybody has experience with deny based on IP adresse ?
Dear all,
is there an instruction document how to exacly host the ELOG on a server for example a raspberry pi?
Wishes,
M
Hello :)
Is there any way to highlight code (for example php, SQL) in logs entries?
Best Regards
Daniel Sajdyk
Is there any way to highlight code (for example php, SQL) in elogs entries?