question about custom http template

beinbliss

Verified User
Joined
Aug 25, 2013
Messages
7
Hello,

|*if USER="bob"|
Hi bob!
|*else|
you are not bob
|*endif|

Is it possible to make it for multiple users?
pseudo:
|*if USER="bob","tob","etc"|

but it doesnt work like this.

How to achieve it?
 
Back
Top