From 9e1b66f564659de67f8eb6c44b12ef0050c31970 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 22 Sep 2014 20:28:25 +0200 Subject: fixed bugs --- public_html/vfs_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public_html/vfs_config.php') diff --git a/public_html/vfs_config.php b/public_html/vfs_config.php index f2b9aef..4c19c4c 100644 --- a/public_html/vfs_config.php +++ b/public_html/vfs_config.php @@ -12,12 +12,12 @@ 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'); +### how many invites new user gets per default +define('INVITES_DEFAULT', 5); + ### absolute path # define('ABSPATH', dirname(__FILE__) . '/'); -- cgit v1.2.3