diff options
Diffstat (limited to 'dbCredentials.php')
| -rw-r--r-- | dbCredentials.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dbCredentials.php b/dbCredentials.php new file mode 100644 index 0000000..53181a5 --- /dev/null +++ b/dbCredentials.php @@ -0,0 +1,5 @@ +<?php +$dbUser = "admin"; +$dbPassword = "qwerty"; +$dbName = "cms"; +$dbHost = "localhost"; |
