فهرست منبع

updated Debug

Piotr Labudda 9 سال پیش
والد
کامیت
b584e3a13b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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);