don't list index.php in sound options. issue specific to 1.5.1cvs and 1.4.6cvs
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Nov 2005 09:39:50 +0000 (09:39 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Nov 2005 09:39:50 +0000 (09:39 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10269 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/newmail/newmail_opt.php

index 2a897b9dc17367801b2b5b3d7f9a80330438858c..5b418c9344940708052896e115b496dd02a1973c 100644 (file)
@@ -142,7 +142,7 @@ if ($newmail_allowsound) {
     $d = dir(SM_PATH . 'plugins/newmail/sounds');
     while($entry=$d->read()) {
         // $fname = get_location () . '/sounds/' . $entry;
-        if ($entry != '..' && $entry != '.' && $entry != 'CVS') {
+        if ($entry != '..' && $entry != '.' && $entry != 'CVS' && $entry != 'index.php') {
             echo '<option ';
             if ($entry == $newmail_media) {
                 echo 'selected="selected" ';