* adjust the checking update logic.

This commit is contained in:
wangchunsheng
2012-03-01 10:27:49 +00:00
parent 7748d796ba
commit a1faf1333f
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ include '../../common/view/colorbox.html.php';
powered by <a href='http://www.zentao.net' target='_blank'>ZenTaoPMS</a>(<?php echo $config->version;?>)
<?php echo $lang->donate;?>
<br />
<iframe id='updater' frameborder='0' scrolling='no' allowtransparency='true' src="http://www.zentao.net/updater-isLatest-<?php echo $config->version;?>-<?php echo $s;?>.html"></iframe>
<iframe id='updater' class='hidden' frameborder='0' scrolling='no' allowtransparency='true' src="http://www.zentao.net/updater-isLatest-<?php echo $config->version;?>-<?php echo $s;?>.html"></iframe>
</div>
</form>
<?php include '../../common/view/footer.lite.html.php';?>