Add secret.php
This commit is contained in:
parent
c73cf5e65c
commit
f414fa5355
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue