ez.no / exponential / documentation / reference / template operators / data extraction / ezsys
ezsys( system_variable )
| Name | Type | Description | Required |
|---|---|---|---|
| system_variable | string | System variable name | yes |
System variable value.
Used to return Exponential system variables.
Available variables are:
News package installed on server ez.no, by user tom in path /home/tom/public_html/local/ez333
wwwdir - {ezsys( 'wwwdir' )}<br /> sitedir - {ezsys( 'sitedir' )}<br /> indexfile - {ezsys( 'indexfile' )}<br /> indexdir - {ezsys( 'indexdir' )}<br /> magicQuotes - {ezsys( 'magicQuotes' )}<br /> hostname - {ezsys( 'hostname' )}<br />
Outputs :
wwwdir - /~tom/local/ez333
sitedir - /home/tom/public_html/local/ez333/
indexfile - /index.php/news
indexdir - /~tom/local/ez333/index.php/news
magicQuotes -
hostname - ez.no
Comments