]> git.wh0rd.org - tt-rss.git/blobdiff - stats.php
change short php tags to long ones
[tt-rss.git] / stats.php
index 1d7d5efc0522729da050cf5a46b045df7329f7d5..fbff2d646a68d70abe7c8c4cb3997b1a7f3eb97c 100644 (file)
--- 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");