From: garvinhicking Date: Mon, 23 Jan 2006 14:57:37 +0000 (+0000) Subject: Added helper tool X-Git-Tag: 1.0~156 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2c1348c131999478f6bcaae197edcd503d871dda;p=s9y.git Added helper tool --- diff --git a/lang/plugin_lang.php b/lang/plugin_lang.php new file mode 100644 index 0000000..334dded --- /dev/null +++ b/lang/plugin_lang.php @@ -0,0 +1,81 @@ + $constants) { + echo strtoupper($file) . ":\n"; + foreach($constants AS $const => $val) { + echo "\t" . $const . "\n"; + echo "\t\t" . $val . "\n"; + } + echo "---------------------------\n"; +}