Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Designerscripte
VMSone
Commits
949545cb
There was an error fetching the commit references. Please try again later.
Commit
949545cb
authored
5 years ago
by
Joel Kuder
Browse files
Options
Downloads
Patches
Plain Diff
remove Debug
parent
b30f07e1
1 merge request
!46
Release 3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/session.lib.php
+0
-1
0 additions, 1 deletion
lib/session.lib.php
with
0 additions
and
1 deletion
lib/session.lib.php
+
0
−
1
View file @
949545cb
...
...
@@ -47,7 +47,6 @@ if ($_POST['checkid'] == 'Login' && $_POST['nickname'] && $_POST['passwort']) {
$_GET
[
'content'
]
=
'/error/kein_zutritt'
;
}
// Wenn beim User alles O.K. ist!
var_dump
(
$login_check
);
if
(
$login_check
[
'status'
]
==
1
)
{
sql
::
$db
->
prepare
(
"UPDATE `"
.
_VMS_
.
"_kontodaten` SET `login_ip` = ? , `loginzeit` = ? WHERE `uid` = ? and `passwort` = ? LIMIT 1"
)
->
execute
(
array
(
$system
[
'ip'
],
time
(),
$login_check
[
'uid'
],
md5
(
$_POST
[
'passwort'
])));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment