This repository has been archived on 2025-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Webtris/db_connect.php.example

7 lines
147 B
Plaintext

// Complete and rename to db_connect.php
<?php
$DB_NAME = "webtris";
$DB_USER = XXX;
$DB_PASSWORD = XXX;
$DB_HOST = "localhost";
?>