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
e3ee164c
Commit
e3ee164c
authored
Nov 25, 2019
by
Michael Ochmann
Browse files
.
parent
6f581612
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NIV.php
View file @
e3ee164c
...
...
@@ -3,14 +3,8 @@
namespace
niv
;
session_name
(
"niv_authentication"
);
if
(
!
preg_match
(
"~^/session/~"
,
$_SERVER
[
"REQUEST_URI"
]))
{
if
(
!
preg_match
(
"~^/session/~"
,
$_SERVER
[
"REQUEST_URI"
]))
session_start
();
echo
"dwqdqwd"
;
}
else
{
echo
"aeweeedwsdandwqeldnw"
;
}
class
NIV
{
private
$services
;
...
...
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