芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/projets/templates/frost/install1.tpl
{include file="header.tpl" title="install" showheader="no"}
{#installcollabtive#}
{#installerlanguage#}
{#chooseone#}
{#bg#}
{#cn#}
{#cz#}
{#da#}
{#de#}
{#en#}
{#es#}
{#fr#}
{#hu#}
{#it#}
{#jp#}
{#nl#}
{#pl#}
{#pt#}
{#rs#}
{#ru#}
{#tr#}
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}
{if $configfile >= 666 and $phpver >= 5 and $templatesdir == 1 and $filesdir == 1}
2. {#db#}
{#insertdbaccessdata#}
{#dbhost#}:
{#dbname#}:
{#dbuser#}:
{#dbpass#}:
{#clickcontinue#}
{#continue#}
{else}
{#correctfaults#}
{/if}
{*Install end*}