{function showTip type='success' id='' message='No message'} {if !PShow_Settings::getInstance($smarty.current_dir)->get('tip_'|cat:$id)}
{$message}
{l s='Version' mod='pshowsystem'}: {$moduleVersion}
New version available!
{l s='Version' mod='pshowsystem'}: {$moduleVersion}
{/if} {l s='See changelog' mod='pshowsystem'}{l s='PHP version' mod='pshowsystem'}: {phpversion()}
{l s='Memory limit' mod='pshowsystem'}: {ini_get('memory_limit')}
Max exec time: {"H:i:s"|gmdate:((int)ini_get('max_execution_time'))}
Upload max filesize: {ini_get('upload_max_filesize')}
Post max size: {ini_get('post_max_size')}
{l s='Free disk space [GB]' mod='pshowsystem'}: {getDiskFreeSpace()}
{l s='PCNTL extension' mod='pshowsystem'}: {(int)extension_loaded('pcntl')}
{if function_exists('libxml_clear_errors')}{l s='LIBXML extension' mod='pshowsystem'}: {if version_compare($smarty.const.LIBXML_DOTTED_VERSION, '2.9.3') == 0} {$smarty.const.LIBXML_DOTTED_VERSION} {else} {$smarty.const.LIBXML_DOTTED_VERSION} {/if}
{/if}