summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-30 07:57:29 +0100
committerAndrew Dolgov <[email protected]>2006-03-30 07:57:29 +0100
commit1b758780aa92e07e10dfa02fe1f3980e7f85ee68 (patch)
treec193cc9d4a5dcfc0635735111a222524a0e5060d /tt-rss.php
parent7f423315279a5f42c6982b27fb5c3e0f47cafe0a (diff)
only append time() to scripts when using dev. version
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index f395ea7c5..2906241ab 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -14,7 +14,7 @@
login_sequence($link);
- $dt_add = time();
+ $dt_add = get_script_dt_add();
?>
<html>