Removed server side pages rendering.

This commit is contained in:
Alexander 2021-10-29 13:02:40 +03:00
commit 0bb63b01c4
26 changed files with 0 additions and 134 deletions

View file

@ -15,9 +15,6 @@ unset($output);
top_panel(empty($_SESSION['look']) ? $_SESSION['user'] : $_SESSION['look'], $TAB);
// Render page
// render_page($user, $TAB, 'list_db');
// Back uri
$_SESSION['back'] = $_SERVER['REQUEST_URI'];