From 362fd2f0e5d4709e8bd0b2286414fc09016ca4b9 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 17 Sep 2012 11:18:18 +0000
Subject: [PATCH] 1. Zmiana nazwy pliku LICENCE na LICENSE (US English). 2. Uwzględnienie plików ./img/*.png w pliku LICENSE. 3. Utworzenie pliku README.
---
test.php | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/test.php b/test.php
index e319dc1..22b47d8 100644
--- a/test.php
+++ b/test.php
@@ -22,6 +22,8 @@
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'));
+test('proc_open(\'aspell\')', ($p=@proc_open('aspell', array(array('pipe', 'r'), array('pipe', 'w'), array('file', '/dev/null', 'w')), $pipe)) !== FALSE);
+@proc_close($p);
echo '<tr> <th class="head" colspan="2">Rozszerzenia PHP</th> </tr>
';
@@ -40,7 +42,6 @@
testdir('./data');
testdir('./data/humor');
testdir('./data/humor/archiwum');
-testdir('./data/kino/cache');
testdir('./data/kurs');
testdir('./data/kurs/archiwum');
testdir('./data/lotto');
@@ -49,10 +50,10 @@
testdir('./data/rss');
testdir('./data/tv');
testdir('./data/tv/cache');
-testdir('./db');
-if(is_dir('./database')) {
- testdir('./database');
+if(is_dir('./db')) {
+ testdir('./db');
}
+testdir('./database');
echo '</table>';
?>
--
Gitblit v1.9.1