Parcourir la source

fix panel url

Piotr Labudda il y a 6 ans
Parent
commit
a2fc51bcb2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() {