Add secret.php

This commit is contained in:
Justin Pope 2024-09-19 03:06:26 +00:00
parent c73cf5e65c
commit f414fa5355

8
secret.php Normal file
View file

@ -0,0 +1,8 @@
<?php
# DB username and password
$database = "frontier";
$sqluser = "frontier";
$sqlpass = "";
?>