commit | b6ea679a38529410699d5dd4381e0501cb35f16b | [log] [tgz] |
---|---|---|
author | Andreu Huguet <andreuhuguet@gmail.com> | Tue Sep 15 16:09:30 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 15 16:09:30 2020 +0200 |
tree | 2f88dc62e503568e0e9d3b54e12d82bc2891e460 | |
parent | 4b279acc0bf68b5792dab0dfda682ceebcc22730 [diff] [blame] |
Create credentials.php
diff --git a/credentials.php b/credentials.php new file mode 100644 index 0000000..a9b671a --- /dev/null +++ b/credentials.php
@@ -0,0 +1,10 @@ +<?php + +class Credentials { + public $servername = "fdb30.awardspace.net"; + public $username = "3580259_pastanaga"; + public $password = "CA-btEjC3,v{PV,%"; + public $dbname = "pastanaga"; +}; + +?>