Merge branch 'master' of github.com:joshtronic/pickles

This commit is contained in:
Josh Sherman 2011-08-13 13:39:44 -04:00
commit 056c2d1212
6 changed files with 459 additions and 5 deletions

View file

@ -63,7 +63,7 @@ function readFileContents($directory)
foreach ($files as $file)
{
if (!in_array($file, array('.', '..')))
if (strpos($file, '.') !== 0)
{
$file = $directory . '/' . $file;