Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
druid-public
headwork
Commits
071be1ba
Commit
071be1ba
authored
Oct 13, 2021
by
GROSS-AMBLARD David
Browse files
bugfix MAIN
parent
4facddb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
071be1ba
...
...
@@ -56,10 +56,12 @@ try { // global exception catcher
$conn
=
HWdbconnect
();
$VIEW
=
array
(
"MAIN"
=>
""
);
$mode
=
(
new
LoginForm
(
$conn
))
->
login
(
$conn
);
$_SESSION
[
'mode'
]
=
$mode
;
$VIEW
=
array
(
"MAIN"
=>
""
);
$VIEW
[
"PROJECT"
]
=
HWlistProjects
(
$conn
);
...
...
Write
Preview
Markdown
is supported
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