implemented login.php
This commit is contained in:
@@ -66,6 +66,7 @@ class Database
|
||||
case 13101:
|
||||
case 14102:
|
||||
case 15101:
|
||||
case 16101:
|
||||
return 'User ID not specified. This is an internal error.';
|
||||
case 12102:
|
||||
return 'A game without a question is not possible. Please select new game length.';
|
||||
@@ -73,6 +74,7 @@ class Database
|
||||
return 'Sorry, we only have '.$values[0].' questions. Please try again.';
|
||||
case 12104:
|
||||
case 15102:
|
||||
case 16102:
|
||||
return 'The specified user name does not exist. This is an internal error.';
|
||||
case 13102:
|
||||
return 'No valid time specified. This is an internal error.';
|
||||
|
||||
Reference in New Issue
Block a user