Explorar el Código

fix panel url

Piotr Labudda hace 6 años
padre
commit
a2fc51bcb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {