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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php
index 341b0aa..4f0e05d 100644
--- a/public_html/vfs_bootstrap.php
+++ b/public_html/vfs_bootstrap.php
@@ -8,3 +8,6 @@ if ( ! defined(VFS_CLASS) )
require(ABSPATH . 'functions.php');
require(ABSPATH . VFS_CLASS . 'mysql.php');
+
+if ( file_exists(ABSPATH . 'setup.php') )
+ require(ABSPATh . 'setup.php');