mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
Update inc/config.php
hide referrer option
This commit is contained in:
parent
61c0280288
commit
da43b78b8c
@ -335,6 +335,11 @@
|
|||||||
$config['auto_unicode'] = true;
|
$config['auto_unicode'] = true;
|
||||||
// Whether to turn URLs into functional links
|
// Whether to turn URLs into functional links
|
||||||
$config['markup_urls'] = true;
|
$config['markup_urls'] = true;
|
||||||
|
$config['url_ads'] = '';
|
||||||
|
// Use it if you want to add something before URL
|
||||||
|
//for example hide referrer 'http://www.nullrefer.com/?' 'http://anonym.to/?'
|
||||||
|
//or add some sort of ads
|
||||||
|
|
||||||
|
|
||||||
// Wordfilters are used to automatically replace certain words/phrases with something else.
|
// Wordfilters are used to automatically replace certain words/phrases with something else.
|
||||||
// For a normal string replacement:
|
// For a normal string replacement:
|
||||||
|
Loading…
Reference in New Issue
Block a user