summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-05-25 21:44:35 +0200
committerAnika Henke <anika@selfthinker.org>2009-05-25 21:44:35 +0200
commit59869a4bb559845b792e0a57bb7c2e808a4d86e2 (patch)
treed180b68d7ea0479295a01236d05102c2ee235f45 /conf
parent734a059e6df6fbc3a8750a1672ac5fb68255e123 (diff)
downloadrpg-59869a4bb559845b792e0a57bb7c2e808a4d86e2.tar.gz
rpg-59869a4bb559845b792e0a57bb7c2e808a4d86e2.tar.bz2
removed purple numbers
darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 4c4912909..e3d19fb71 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -32,7 +32,6 @@ $conf['recent'] = 20; //how many entries to show in recent
$conf['breadcrumbs'] = 10; //how many recent visited pages to show
$conf['youarehere'] = 0; //show "You are here" navigation? 0|1
$conf['typography'] = 1; //smartquote conversion 0=off, 1=doublequotes, 2=all quotes
-$conf['purplenumbers']= 0; //show purple numbers? 0=off, 1=create IDs unique per page, 2=create IDs unique per site
$conf['htmlok'] = 0; //may raw HTML be embedded? This may break layout and XHTML validity 0|1
$conf['phpok'] = 0; //may PHP code be embedded? Never do this on the internet! 0|1
$conf['dformat'] = '%Y/%m/%d %H:%M'; //dateformat accepted by PHPs strftime() function