Add secret.php
This commit is contained in:
parent
c73cf5e65c
commit
f414fa5355
8
secret.php
Normal file
8
secret.php
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
# DB username and password
|
||||||
|
$database = "frontier";
|
||||||
|
$sqluser = "frontier";
|
||||||
|
$sqlpass = "";
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Reference in a new issue