Parcourir la source

updated Debug

Piotr Labudda il y a 9 ans
Parent
commit
b584e3a13b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      SE/se-lib/Route/Debug.php

+ 2 - 2
SE/se-lib/Route/Debug.php

@@ -131,7 +131,7 @@ class Route_Debug extends RouteBase {
     UI::gora();
     // UI::menu();
     echo UI::h('div', ['class'=>'container'], [
-      UI::h('a', ['href'=>'index.php?_route=DEBUG'], "wróć")
+      UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
     ]);
     try {
       $filerUser = V::get('user', '', $_REQUEST);// TODO: show another user debug
@@ -170,7 +170,7 @@ class Route_Debug extends RouteBase {
     UI::gora();
     // UI::menu();
     echo UI::h('div', ['class'=>'container'], [
-      UI::h('a', ['href'=>'index.php?_route=DEBUG'], "wróć")
+      UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
     ]);
     try {
       $logName = V::get('name', '', $_REQUEST);