1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

change short php tags to long ones

This commit is contained in:
Andrew Dolgov
2006-08-19 08:04:45 +01:00
parent 660c059f88
commit 1d3a17c71e
20 changed files with 109 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
require_once "sessions.php";
require_once "sanity_check.php";
@@ -25,7 +25,7 @@
if ($op == "Export") {
header("Content-type: application/xml+opml");
print "<?xml version=\"1.0\"?>";
print "<?phpxml version=\"1.0\"?>";
}
if ($op == "Export") {