mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
remoted the last of the short tags
This commit is contained in:
parent
ad4feafc3f
commit
b9561f3f7a
6 changed files with 14 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
<script type="text/javascript" language="javascript">
|
||||
<!-- Begin
|
||||
// Set refresh interval (in seconds)
|
||||
var refreshinterval=<?= conf('refresh_limit'); ?>
|
||||
var refreshinterval=<?php echo conf('refresh_limit'); ?>
|
||||
|
||||
// Display the countdown inside the status bar?
|
||||
// Set "1" for yes or "0" for no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue