fix shoutbox refresh interval

This commit is contained in:
xiaomlove
2025-09-17 04:37:47 +07:00
parent 5a43da0ae0
commit 01c612530c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ $refresh = ($CURUSER['sbrefresh'] ?? 120)
<script src="js/curtain_imageresizer.js" type="text/javascript"></script><style type="text/css">body {overflow-y:scroll; overflow-x: hidden}</style>
<?php
print(get_style_addicode());
$startcountdown = "startcountdown(".$CURUSER['sbrefresh'].")";
$startcountdown = "startcountdown(".$refresh.")";
?>
<script type="text/javascript">
//<![CDATA[