From 41c5d21ff614abede5252fd31ec61259e3589f6c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 25 Jun 2012 18:17:04 +0000
Subject: [PATCH] Aktualizacja skryptu pobierajÄ…cego wyniki gier lotto.
---
test.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/test.php b/test.php
index 03dbbcd..e319dc1 100644
--- a/test.php
+++ b/test.php
@@ -50,7 +50,9 @@
testdir('./data/tv');
testdir('./data/tv/cache');
testdir('./db');
-testdir('./database');
+if(is_dir('./database')) {
+ testdir('./database');
+}
echo '</table>';
?>
--
Gitblit v1.9.1