aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2005-03-05 13:10:42 +0000
committerWojciech Polak <polak@gnu.org>2005-03-05 13:10:42 +0000
commit542b8ce39af72e195dafa22e6770445c11a8bc89 (patch)
tree8dac754a0c46cb2b3d347568324523c4b5ce6517 /config.php
parent4bd3a7e16ad0f921ccfb655bdaeebe92f090fa04 (diff)
downloadblogright-542b8ce39af72e195dafa22e6770445c11a8bc89.tar.gz
blogright-542b8ce39af72e195dafa22e6770445c11a8bc89.tar.bz2
version 1.7
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php b/config.php
index 2a1ea6f..eff44c1 100644
--- a/config.php
+++ b/config.php
@@ -3,12 +3,15 @@
// BEGIN CONFIG
$site = 'http://your.site.name';
$weblogdir = 'blogright';
$imagedir = 'blogright/graphics';
$photodir = 'blogright/photos';
+$gscript = '';
+
+$charsetEncoding = 'UTF-8';
$suffix = '.html'; // entries' file extension
$recent = 'month'; // number of entries shown by default
$sortby = 'name'; // sort by: 'name', 'timestamp'
$sortorder = 'desc'; // sorting order: 'asc', 'desc'
$orderfile = '.order'; // [optional] order file name

Return to:

Send suggestions and report system problems to the System administrator.