]> git.wh0rd.org - tt-rss.git/commitdiff
Fix typo in config.php
authorArthaey Angosii <arthaey@gmail.com>
Sun, 7 Apr 2013 03:12:01 +0000 (20:12 -0700)
committerArthaey Angosii <arthaey@gmail.com>
Sun, 7 Apr 2013 03:12:01 +0000 (20:12 -0700)
Looks like a typo of "vary" instead of "wary", and "aware" sounds better.

config.php-dist

index 43672a066e51118a031cac5bac916e882683d4b1..43c84518a7624d8065b3a606222a5ac2bc9883c1 100644 (file)
        // ***********************************
 
        define('ENABLE_REGISTRATION', false);
-       // Allow users to register themselves. Please be vary that allowing
+       // Allow users to register themselves. Please be aware that allowing
        // random people to access your tt-rss installation is a security risk
        // and potentially might lead to data loss or server exploit. Disabled
        // by default.