diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-07 23:56:13 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:44:09 +0100 |
commit | a25aca329747cac77264847b29cb844a45c7a88f (patch) | |
tree | 6e55bafdf1618487c9a2ac2764498f51c1a45ce4 /html/includes/config.php | |
parent | e861eafbeae0560add7956530d76de6cc285be20 (diff) |
Basic styling and header/footer markup
Diffstat (limited to 'html/includes/config.php')
-rwxr-xr-x | html/includes/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/includes/config.php b/html/includes/config.php index 11f069b..5789c82 100755 --- a/html/includes/config.php +++ b/html/includes/config.php @@ -1,4 +1,5 @@ <?php
+
// Database connection details
$dbname = "";
$hostname = "";
|