Revert "Multi-language support"

This reverts commit 6836bdd9c8.
This commit is contained in:
bergware
2020-06-09 08:10:00 +02:00
parent b50074b9fb
commit fcfe72fd87
@@ -13,10 +13,6 @@
<?
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
if (!function_exists('_')) {
function _($text) {return $text;}
}
// Invoke the plugin command with indicated method
function plugin($method, $arg = '') {
global $docroot;