From 170544e77746833fcef43c40b13867acb13b504d Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 25 Jun 2012 19:07:33 +0000
Subject: [PATCH] Usunięcie obrazków w katalogu data/pogoda i uwzględnienie go w pliku budowania.
---
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