moodle/lib/flashdetect/message.php
2009-12-03 02:39:18 +00:00

11 lines
422 B
PHP

<?php
/*
* This file displays some variable for the flashupgrade.swf
* the variable contain the translated message to displayed into the flashupgrade.swf ("Please update you flash ...")
* NOTE: flash can load variable from html (variable1=value&variable2=value2)
*/
require('../../config.php');
require_login();
echo 'alertmessage='.get_string('flashupgrademessage').'&linkmessage='.get_string('flashlinkmessage');
?>