~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/newmail/testsound.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2005-02-06 21:41:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050206214151-z4n1o8mnttgzuj0y
Tags: 2:1.4.4-3
* Move default_pref config file from /var to /etc, as per Debian policy
  (Closes: #293281)
* [JvW] (finally) override two lintian warnings about nonstandard
  permissions that are intentional (Closes: #293366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 * testsound.php
5
5
 *
6
 
 * Copyright (c) 1999-2003 The SquirrelMail Project Team
 
6
 * Copyright (c) 1999-2005 The SquirrelMail Project Team
7
7
 * Licensed under the GNU GPL. For full terms see the file COPYING.        
8
8
 *
9
 
 * $Id: testsound.php,v 1.13 2003/10/27 22:24:40 tassium Exp $
10
 
 * @package plugins
11
 
 * @subpackage newmail
 
9
 * $Id: testsound.php,v 1.12.2.4 2004/12/27 15:03:58 kink Exp $
12
10
 */
13
11
 
14
 
/** @ignore */
15
12
define('SM_PATH','../../');
16
13
 
17
14
/* SquirrelMail required files. */
37
34
echo html_tag( 'table',
38
35
         html_tag( 'tr',
39
36
             html_tag( 'td',
40
 
                    "<embed src=\"$sound\" hidden=true autostart=true>".
 
37
                    '<embed src="'.htmlspecialchars($sound).'" hidden="true" autostart="true" width="2" height="2">'.
41
38
                    '<br>'.
42
39
                    '<b>' . _("Loading the sound...") . '</b><br>'.
43
40
                    '<form>'.