* keep the session alive.

This commit is contained in:
wangchunsheng
2009-11-10 02:15:12 +00:00
parent aa7ea81b26
commit 69a6a52d53
+1 -1
View File
@@ -1,6 +1,6 @@
<div id='footer' class='yui-d0'>
powered by <a href='http://www.zentao.cn' target='_blank'>ZenTaoPMS</a> <span style='font-size:8px;'>(<?php echo $config->version, ' ', $config->svn->revision, ' ', $config->svn->lastDate ;?>)</span>.
</div>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' style='<?php if($config->debug) echo "display:block; margin:10px; width:90%; height:100px; border:1px solid #fff";?>'></iframe>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' style='<?php if($config->debug) echo "display:block; margin:10px; width:90%; height:100px; border:1px solid #fff";?>'src='<?php echo $this->createLink('index', 'ping');?>'></iframe>
</body>
</html>