From 11d8a116c70cd5eb49edb8afce34a0aaac49f35e Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 18 Sep 2014 16:40:44 +0200 Subject: setup.php --- public_html/vfs_bootstrap.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public_html/vfs_bootstrap.php') 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'); -- cgit v1.2.3