Add ability to join and leave groups, get row id in a way supported by both mysql and sqlite

This commit is contained in:
2018-08-09 00:49:49 +02:00
parent a63bc3e6a9
commit b965da0a6c
4 changed files with 43 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$motdfetcher = new \pvv\side\MOTD($pdo);
$motd = $motdfetcher->getMOTD();
?>
<!DOCTYPE html>
<html lang="no">
<head>