flash upgrader MDL-20841 Add lang support to the flash upgrader

This commit is contained in:
jerome mouneyrac
2009-11-27 09:50:14 +00:00
parent bb2fcfcbc3
commit ee720bd06f
4 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
require('../../config.php');
require_login();
echo 'alertmessage='.get_string('flashupgrademessage').'&linkmessage='.get_string('flashlinkmessage');
?>