Improved form handling with verifying data

This commit is contained in:
ElPumpo
2018-04-15 18:42:08 +02:00
parent 76e2637419
commit e5f69f3362
6 changed files with 150 additions and 57 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ client_script 'client/main.lua'
server_scripts {
"@mysql-async/lib/MySQL.lua",
"@es_extended/locale.lua",
"server/main.lua",
"server/main.lua"
}
ui_page 'html/index.html'
@@ -20,5 +20,5 @@ files {
'html/index.html',
'html/script.js',
'html/style.css',
'html/cursor.png',
'html/cursor.png'
}