From 4410dd063d02cd561abb7ee48b3d101bd42b3f83 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 12 Feb 2016 23:20:15 +0000 Subject: [PATCH] [mod_tv] Usunięcie kanału Religia TV --- test.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test.php b/test.php index 22b47d8..6b3be46 100644 --- a/test.php +++ b/test.php @@ -18,7 +18,7 @@ echo '<table> <tr> <th class="head" colspan="2">Interpreter PHP</th> </tr> '; -test('Wersja PHP >= 5.2', version_compare(PHP_VERSION, '5.2.0', '>=')); +test('Wersja PHP >= 5.3', version_compare(PHP_VERSION, '5.3.0', '>=')); test('magic_quotes_gpc = Off', (get_magic_quotes_gpc() == 0)); test('allow_url_fopen = On', (ini_get('allow_url_fopen') == 1)); test('setlocale(pl_PL.UTF8)', setlocale(LC_CTYPE, 'pl_PL.UTF8', 'pl_PL', 'polish', 'plk')); -- Gitblit v1.9.1