MDL-8090 Merged from stable. Print an obsolete message.

This commit is contained in:
mudrd8mz
2007-11-21 03:05:12 +00:00
parent 1b6cbebf27
commit 549ceae0d5
+3
View File
@@ -33,6 +33,9 @@
admin_externalpage_print_header();
notify('NOTICE: This interface is obsolete now and will be removed. You should use
improved <a href="lang.php?mode=helpfiles">lang.php</a> interface.');
$currentlang = current_language();
$langdir = "$CFG->dataroot/lang/$currentlang";
$enlangdir = "$CFG->dirroot/lang/en_utf8";