* finish the install module.

This commit is contained in:
wangchunsheng
2010-01-01 14:36:09 +00:00
parent 79e09bbd1f
commit c8104f9198
9 changed files with 307 additions and 18 deletions
+4
View File
@@ -91,6 +91,10 @@
else
{
echo html::a($this->createLink('install', 'step1'), $lang->install->reload);
if($pdoResult == 'fail' or $pdoMySQLResult == 'fail')
{
echo '<p class="f-12px a-left">' . '<strong>' . $lang->install->phpINI . '</strong><br />' . nl2br($this->install->getIniInfo()) . '</p>';
}
}
?>
</td>