Skip to content

Commit 1db26e2

Browse files
Rom1-Bstonebuzz
andauthored
Fix: front/ check (#77)
* Fix: front/ check * stan * Update front/category.form.php --------- Co-authored-by: Stanislas <[email protected]>
1 parent a6be9bc commit 1db26e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

front/category.form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030

3131
include('../../../inc/includes.php');
32+
Session::checkLoginUser();
3233

3334
Html::header(
3435
PluginItilcategorygroupsCategory::getTypeName(),

front/category.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030

3131
include('../../../inc/includes.php');
32+
Session::checkLoginUser();
3233

3334
Html::header(
3435
PluginItilcategorygroupsCategory::getTypeName(),

0 commit comments

Comments
 (0)