Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fachschaftsrat
Webtechnologien
NIV Homepage
Commits
27ec0c65
Commit
27ec0c65
authored
Nov 25, 2019
by
Michael Ochmann
Browse files
.
parent
24d7dbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NIV.php
View file @
27ec0c65
...
...
@@ -48,6 +48,8 @@ class NIV {
$this
->
router
->
get
(
"/session/([a-z0-9]+)"
,
\
niv\controllers\Session
::
class
);
session_name
(
"niv_authentication"
);
if
(
preg_match
(
""
,
$_SESSION
[
"REQUEST_URI"
]))
session_start
();
$this
->
router
->
route
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment