2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Removed references to LIME from functions.operator

This commit is contained in:
Adam Zammit
2017-02-07 12:00:49 +11:00
parent aba4fa0804
commit efaaee6d0a
3 changed files with 79 additions and 90 deletions

View File

@@ -33,7 +33,6 @@ $maxLoginAttempt = 10;
$timeOutTime = 600; // 10 minutes
// sanitize a username
// TODO: define the exact format of the username
// allow for instance 0-9a-zA-Z@_-.
function sanitize_user($string)
{