|
Conditional SSI expression with slinger webserver
|
05/10/2010 10:16 AM
post54059
|
Conditional SSI expression with slinger webserver
I try show individual HTML text depending on the system variable SYSTEM_NAME. Therefore I use an expression like <!--#if
"SERVER_NAME" hasstring "S" printbreak "<P>Test." -->
Problem is that the name SERVER_NAME seems to be interpreted as a string itself. I would rather have the content of the
environment variable SYSTEM_NAME compared to my test string. Omitting " " won't help. Any suggestions?
|
|
|