aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php14
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;
-?>