Merge branch 'master' of github.com:joshtronic/pickles
This commit is contained in:
commit
056c2d1212
6 changed files with 459 additions and 5 deletions
|
@ -63,7 +63,7 @@ function readFileContents($directory)
|
|||
|
||||
foreach ($files as $file)
|
||||
{
|
||||
if (!in_array($file, array('.', '..')))
|
||||
if (strpos($file, '.') !== 0)
|
||||
{
|
||||
$file = $directory . '/' . $file;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue