mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 10:21:29 +00:00
only append time() to scripts when using dev. version
This commit is contained in:
@@ -1482,4 +1482,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
function get_script_dt_add() {
|
||||
if (strpos(VERSION, "99") === false) {
|
||||
return VERSION;
|
||||
} else {
|
||||
return time();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user