diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-17 22:15:56 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-17 22:15:56 +0200 |
commit | d0c4dcfdc151ce2d6d74498db7d87fe2ebf0d711 (patch) | |
tree | 11f5fc3a864c5d6ace011d4fe88ee9a7f7bbd923 /conf/dokuwiki.php | |
parent | 5451511ac2842399c326c8b0f7fc547f18522abb (diff) | |
download | rpg-d0c4dcfdc151ce2d6d74498db7d87fe2ebf0d711.tar.gz rpg-d0c4dcfdc151ce2d6d74498db7d87fe2ebf0d711.tar.bz2 |
option merge of refcheck and refcount
The options refcheck and refcount were merged to refcheck. This reduces
configuration options and make the function more robust.
darcs-hash:20050617201556-7ef76-47841e0b8713a26b6fb7eacffa9e89752f65ae50.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 8be47024c..f151a58e0 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -36,9 +36,8 @@ $conf['maxseclevel'] = 3; //Up to which level create editable se $conf['camelcase'] = 0; //Use CamelCase for linking? (I don't like it) 0|1 $conf['deaccent'] = 1; //convert accented chars to unaccented ones in pagenames? $conf['useheading'] = 0; //use the first heading in a page as its name -$conf['refcheck'] = 1; //check references before deleting media files -$conf['refshow'] = 0; //show where media files are still used -$conf['refcount'] = 5; //search only no of references to satisfy the refcheck +$conf['refcheck'] = 5; //check for references before deleting media files +$conf['refshow'] = 0; //show where media files are still in use /* Antispam Features */ |