implemented login.php

This commit is contained in:
Leander
2017-04-27 21:01:40 +02:00
parent 1ab6b8e763
commit 14caad8277
3 changed files with 31 additions and 0 deletions

View File

@@ -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.';