summaryrefslogtreecommitdiff
path: root/src/lib/Login.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Login.class.php')
-rw-r--r--src/lib/Login.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Login.class.php b/src/lib/Login.class.php
index 14e3ecb..28675f6 100644
--- a/src/lib/Login.class.php
+++ b/src/lib/Login.class.php
@@ -1,6 +1,8 @@
<?php
class Login {
+ /** Decalare an empty __construct() so that the login function doesn't
+ get mistaken for the costructor. */
public function __construct() {}
public static function login($username, $password) {