Commit graph

6 commits

Author SHA1 Message Date
Lukas Metzger
a105edc4ab Fixed whitespace errors, removed unneccessary tables 2017-02-05 17:12:38 +01:00
lamclennan
d9f4b20448 Updated upgrade scripts for MySQL
Renamed the user table to users and added a unique key to it so
duplicate users can't be created.

Upgrade scripts delete duplicates and keep the lowest id (which is what
would have been used for authentication anyway, i.e. other users were
useless).

Added upgrade script to put domains names and records names to lower
case text as is required by postgres.
2017-01-08 14:15:31 +10:00
lamclennan
b9efd906e5 Postgres SQL Fixes
A few commands changed to suit postgres and the "user" table.
2017-01-08 02:51:16 +10:00
lamclennan
7972a197ee PDO Conversion 2017-01-07 20:18:39 +10:00
Lukas Metzger
f628e147cd Added csrf protection 2016-01-29 16:52:23 +01:00
Lukas Metzger
54c00cbe8b Added function of users.php 2016-01-24 17:01:32 +01:00