summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-20 18:05:55 +0300
committerAndrew Dolgov <[email protected]>2019-12-20 18:05:55 +0300
commit4b44103b849912714e2f044b62d158c8188f3a81 (patch)
tree2e7bf0ef01a34f4c89ddcf8db052a813ec57c55a /index.php
parent573784c316c44280fef319117720479c3dc052ed (diff)
parent63ee91c82e3fa17f5ade147aff8d319104b9e52e (diff)
Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index f7ea6178a..6a22d5471 100644
--- a/index.php
+++ b/index.php
@@ -23,7 +23,6 @@
require_once "sessions.php";
require_once "functions.php";
require_once "sanity_check.php";
- require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";
@@ -40,10 +39,6 @@
<title>Tiny Tiny RSS</title>
<meta name="viewport" content="initial-scale=1,width=device-width" />
- <script type="text/javascript">
- var __ttrss_version = "<?php echo VERSION ?>"
- </script>
-
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);
if ($theme && theme_exists("$theme")) {