From adbb59308024bfb6386eaa4a9d1a2eb6591b8456 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 22 Jun 2011 18:29:47 +0200 Subject: fix incompatibility with php short open tags Signed-off-by: Florian Pritz --- web/README | 4 ---- web/template/header.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/web/README b/web/README index 0c081f28..37a224ec 100644 --- a/web/README +++ b/web/README @@ -62,10 +62,6 @@ Setup on Arch Linux: PEAR's path may vary depending on your set up. - - AUR does not work properly with PHP's short open tag enabled. - Be sure you have this in php.ini: - short_open_tag = Off - 6) Configure MySQL - Start the MySQL service. Example: # /etc/rc.d/mysqld start diff --git a/web/template/header.php b/web/template/header.php index 3ea2798e..8313bb36 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -1,4 +1,4 @@ - +'; ?>