summaryrefslogtreecommitdiff
path: root/public_html/vfs_bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/vfs_bootstrap.php')
-rw-r--r--public_html/vfs_bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php
index 26be764..065c73e 100644
--- a/public_html/vfs_bootstrap.php
+++ b/public_html/vfs_bootstrap.php
@@ -50,6 +50,7 @@ if ( $_SERVER['HTTP_HOST'] != HOST){
require(ABSPATH . 'functions.php');
require(ABSPATH . VFS_CLASS . 'mysql.php');
+require(ABSPATH . VFS_CLASS . 'vfsuser.php');
if ( file_exists(ABSPATH . 'setup.php') )
require(ABSPATh . 'setup.php');