mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
Multi-language support
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
*/
|
||||
|
||||
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
|
||||
//add translations
|
||||
$_SERVER['REQUEST_URI'] = "plugins";
|
||||
require_once "$docroot/plugins/dynamix/include/Translations.php";
|
||||
|
||||
require_once "$docroot/plugins/dynamix.plugin.manager/include/PluginHelpers.php";
|
||||
|
||||
function download_url($url, $path = "") {
|
||||
|
||||
Reference in New Issue
Block a user