Explorar o código

updated Debug

Piotr Labudda %!s(int64=9) %!d(string=hai) anos
pai
achega
b584e3a13b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);