diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-05 22:22:15 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-05 22:22:15 +0000 |
commit | db38f8ec3c831685e7f9ed5a8a1bcf04f1d6b27f (patch) | |
tree | e10d8d0cbd3099e05adb6a7239f614590736f2d3 /settings.php | |
parent | 8c697abb22481d22c7e2229e1d2df91f72da51cc (diff) |
Moved settings.php to settings.sample and modified .gitignore
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/settings.php b/settings.php deleted file mode 100644 index 014f48b..0000000 --- a/settings.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -//Blog root directory RELATIVE TO SERVER ROOT -$blogRoot = "/"; -//$blogRoot = "/blog/"; - -//Posts directory RELATIVE TO FILESYSTEM ROOT -$blogPosts = "/var/www/posts/"; -//$blogPosts = "/var/www/blog/posts/"; - -//Page title -$blogTitle = "My Clog Blog"; -//Header title -$blogHead = $blogTitle; -?> |