From c47d063ff2076ee38daded85fedacd02055b63a2 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Feb 2010 23:25:13 +0100 Subject: Fixed aac/wav files --- includes/inc_files.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'includes/inc_files.php') diff --git a/includes/inc_files.php b/includes/inc_files.php index 0a48aeb..266059d 100755 --- a/includes/inc_files.php +++ b/includes/inc_files.php @@ -1,6 +1,6 @@ $audioext) + { if (glob($dir .'*.' .$audioext)) return 1; + } + return 0; } -- cgit v1.2.3