|
@@ -131,7 +131,7 @@ class Route_Debug extends RouteBase {
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
// UI::menu();
|
|
// UI::menu();
|
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
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 {
|
|
try {
|
|
|
$filerUser = V::get('user', '', $_REQUEST);// TODO: show another user debug
|
|
$filerUser = V::get('user', '', $_REQUEST);// TODO: show another user debug
|
|
@@ -170,7 +170,7 @@ class Route_Debug extends RouteBase {
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
// UI::menu();
|
|
// UI::menu();
|
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
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 {
|
|
try {
|
|
|
$logName = V::get('name', '', $_REQUEST);
|
|
$logName = V::get('name', '', $_REQUEST);
|