Skip to content

Commit ef8b6e2

Browse files
committed
Remove unnecessary method
1 parent e340835 commit ef8b6e2

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

helpers/Authentication.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ public function enabled() {
6666
return strlen(trim(\F3::get('username'))) != 0 && strlen(trim(\F3::get('password'))) != 0;
6767
}
6868

69-
/**
70-
* login user
71-
*
72-
* @param string $username
73-
* @param string $password
74-
*
75-
* @return bool
76-
*/
77-
public function loginWithoutUser() {
78-
$this->loggedin = true;
79-
}
80-
8169
/**
8270
* login user
8371
*

0 commit comments

Comments
 (0)