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 | |
parent | 8c697abb22481d22c7e2229e1d2df91f72da51cc (diff) |
Moved settings.php to settings.sample and modified .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | settings.sample (renamed from settings.php) | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,3 +1,4 @@ .htpasswd +settings.php posts/ *.swp diff --git a/settings.php b/settings.sample index 014f48b..2280583 100644 --- a/settings.php +++ b/settings.sample @@ -1,11 +1,9 @@ <?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"; |