Selaa lähdekoodia

fix panel url

Piotr Labudda 6 vuotta sitten
vanhempi
commit
a2fc51bcb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      SE/se-lib/Route/UrlAction/PanelKlientaBiallNet.php

+ 1 - 1
SE/se-lib/Route/UrlAction/PanelKlientaBiallNet.php

@@ -6,7 +6,7 @@ Lib::loadClass('Response');
 
 class Route_UrlAction_PanelKlientaBiallNet extends RouteBase {
 
-	static $PANEL_URL = "https://biuro.biall-net.pl/panel/index.php?_route=UrlAction_ChangeUser&id_admin={id}";
+	static $PANEL_URL = "https://biuro.biall-net.pl/panel/pl/index.php?_route=UrlAction_ChangeUser&id_admin={id}";
 	static $PANEL_DEV_URL = "https://biuro.biall-net.pl/dev-pl/se-projects/panel_biall_net/SE/index.php?_route=UrlAction_ChangeUser&id_admin={id}";
 
 	function defaultAction() {