Skip to content
Snippets Groups Projects
Commit 34b7f4d6 authored by Haidar's avatar Haidar
Browse files

feat: add page value to session

parent e75f6b2a
No related merge requests found
......@@ -38,6 +38,7 @@ if (isset($_GET['sort'])) {
if (isset($_GET['page'])) {
$page = $_GET['page'];
$params['page'] = $page;
$_SESSION['page'] = $page;
}
if (isset($_SESSION['isAdmin']) && $_SESSION['isAdmin'] === '1'){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment