Add files via upload

This commit is contained in:
Bluzume 2020-09-29 14:31:32 +13:00 committed by GitHub
parent d791e43882
commit fc2b0206d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 5094 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?php
$dbname = 'beta';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
?>