{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| PrestaShop Version | {$configuration.psVersion} |
| PHP Version | {$configuration.phpVersion} |
| MySQL Version | {$configuration.mysqlVersion} |
| Memory Limit | {$configuration.memoryLimit} |
| Max Execution Time | {$configuration.maxExecutionTime}s |
| Smarty Cache | {if $configuration.smartyCache} enabled {else} disabled {/if} |
| Smarty Compilation | {if $configuration.smartyCompilation == 0} never recompile {elseif $configuration.smartyCompilation == 1} auto {else} force compile {/if} |