fix clear line draw & theme select

This commit is contained in:
2019-11-04 19:59:35 +01:00
parent 12080960f4
commit 1dcd33b2e8
6 changed files with 37 additions and 26 deletions

7
db_connect.php.example Normal file
View File

@ -0,0 +1,7 @@
// Complete and rename to db_connect.php
<?php
$DB_NAME = "webtris";
$DB_USER = XXX;
$DB_PASSWORD = XXX;
$DB_HOST = "localhost";
?>