mirror of
https://github.com/unraid/webgui.git
synced 2026-03-11 13:31:46 -05:00
@@ -13,7 +13,7 @@
|
||||
?>
|
||||
<?
|
||||
// add translations
|
||||
if (substr($_SERVER['REQUEST_URI'],0,7) != '/Docker' || substr($_SERVER['REQUEST_URI'],0,5) == '/Apps') {
|
||||
if (substr($_SERVER['REQUEST_URI'],0,7) != '/Docker') {
|
||||
$_SERVER['REQUEST_URI'] = 'docker';
|
||||
require_once "$docroot/webGui/include/Translations.php";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user