summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/stats.php b/stats.php
index 1d7d5efc0..fbff2d646 100644
--- a/stats.php
+++ b/stats.php
@@ -1,4 +1,4 @@
-<?
+<?php
require_once "sessions.php";
require_once "sanity_check.php";
@@ -27,7 +27,7 @@
<h2>Counters</h2>
-<?
+<?php
$result = db_query($link, "SELECT count(id) AS cid,
SUM(LENGTH(content)) AS size
FROM ttrss_entries");