View of /mambo/branches/4.5.3h/administrator/modules/mod_mosmsg.php
Parent Directory
|
Revision Log
Revision 22 -
(download)
(annotate)
Fri Dec 16 19:02:17 2005 UTC (7 years, 6 months ago) by mambo
File size: 595 byte(s)
Fri Dec 16 19:02:17 2005 UTC (7 years, 6 months ago) by mambo
File size: 595 byte(s)
made a copy
<?php /** * @version $Id: mod_mosmsg.php,v 1.1 2005/07/22 01:53:59 eddieajau Exp $ * @package Mambo * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $mosmsg = trim( strip_tags( mosGetParam( $_REQUEST, 'mosmsg', '' ) ) ); if ($mosmsg) { if (!get_magic_quotes_gpc()) { $mosmsg = addslashes( $mosmsg ); } echo "\n<div class=\"message\">$mosmsg</div>"; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

