git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10269
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$d = dir(SM_PATH . 'plugins/newmail/sounds');
while($entry=$d->read()) {
// $fname = get_location () . '/sounds/' . $entry;
$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" ';
echo '<option ';
if ($entry == $newmail_media) {
echo 'selected="selected" ';