{{if(!isset($GLOBALS['dbname']) || !isset($GLOBALS['dbuser'])): $GLOBALS['submit_disabled'] = true;}}

 {{echo $lang['INST_CHANG_CONFIG']}}

{{endif}} {{if(!isset($GLOBALS['no_connection'])): $GLOBALS['submit_disabled'] = true;}}

 {{echo $lang['INST_CONNCET_ERR']}}

{{endif}} {{if(!isset($GLOBALS['mysql_ver'])): $GLOBALS['submit_disabled'] = true;}}

 {{echo sprintf($lang['INST_MYSQL_LESSMIN'], MIN_MYSQL_VERSION, $GLOBALS['mysql_ver'])}}

{{endif}} {{if(!is_writable($_path . 'cache')) : $GLOBALS['submit_disabled'] = true;}}

 [ cache ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!is_writable($_path . 'uploads')) : $GLOBALS['submit_disabled'] = true;}}

 [ uploads ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!is_writable($_path . 'uploads/thumbs')) : $GLOBALS['submit_disabled'] = true;}}

 [ uploads/thumbs ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!$GLOBALS['submit_disabled']):}}


[ {{echo $lang['INST_GOOD_GO']}} ]

{{else:}}
{{endif}}