add saving registrations to sqlite

This commit is contained in:
2018-02-11 20:22:40 +01:00
parent f306dda4f9
commit bd06342ccf
3 changed files with 41 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
$homeserver = "example.com";
$access_token = "To be used for sending the registration notification";
$register_room = "$registerRoomID:example.com";
$register_room = '"$registerRoomID:example.com';
$registration_shared_secret = "To be used for actually register the user";
?>