芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/projets/templates/standard/install1.tpl
{include file="header.tpl" title="install" showheader="no"}
{#installcollabtive#}
{#installerlanguage#}
{#chooseone#}
{#ar#}
{#da#}
{#de#}
{#en#}
{#es#}
{#fi#}
{#fr#}
{#it#}
{#nl#}
{#pl#}
{#se#}
{#sr#}
1. {#installerconditions#}
{#installerchecksconditions#}
{#name#}:
{#status#}:
PHP 5
{if $phpver >= 5.1}
OK
{else}
Not OK
(PHP {$phpver} - {#phpversion#})
{/if}
config.php {#iswritable#}
{if $configfile >= 666}
OK
{else}
Not OK
({#makefilewritable#})
{/if}
files {#iswritable#}
{if $filesdir == 1}
OK
{else}
Not OK
({#makedirwritable#})
{/if}
templates_c {#iswritable#}
{if $templatesdir == 1}
OK
{else}
Not OK
({#makedirwritable#})
{/if}
{#mb_string_enabled#}
{if $is_mbstring_enabled}
OK
{else}
Not OK
({#enable_mb_string#})
{/if}
{if $configfile >= 666 and $phpver >= 5.1 and $templatesdir == 1 and $filesdir == 1 and $is_mbstring_enabled}
2. {#db#}
{#insertdbaccessdata#}
{#dbhost#}:
{#dbname#}:
{#dbuser#}:
{#dbpass#}:
{#clickcontinue#}
{#continue#}
{else}
{#correctfaults#}
{/if}
{*Install end*}