diff options
| author | Horus3 | 2014-09-21 23:41:43 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-21 23:41:43 +0200 |
| commit | 2eea1457e674e7ebb8a82bf6fd1a079f76a7632f (patch) | |
| tree | 404b5666e3de94eff30589e5ab3f8b89ded7e15f /public_html/vfs_config.php | |
| parent | 2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 (diff) | |
| download | vfs-2eea1457e674e7ebb8a82bf6fd1a079f76a7632f.tar.gz | |
using WordPress escape() function in the database layer now
Diffstat (limited to 'public_html/vfs_config.php')
| -rw-r--r-- | public_html/vfs_config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public_html/vfs_config.php b/public_html/vfs_config.php index b1f4e4b..f2b9aef 100644 --- a/public_html/vfs_config.php +++ b/public_html/vfs_config.php @@ -12,6 +12,9 @@ define('DBPREFIX', 'vfs_'); define('PEPPER_IS_FILE', false); define('PEPPER', 'somelongstringhere'); +# how many invites new user gets per default +define('INVITES_DEFAULT', 5); + # define('PEPPER_IS_FILE', true); # define('PEPPER', dirname(__FILE__) . '/../pepper.txt'); |
