diff options
| author | Horus3 | 2014-09-18 16:40:44 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-18 16:40:44 +0200 |
| commit | 11d8a116c70cd5eb49edb8afce34a0aaac49f35e (patch) | |
| tree | c94e0be77677e77e6f0c3131c0e8a4810471013f /public_html/vfs_bootstrap.php | |
| parent | f39735adc85901a3a2db83d16334ffff66960f65 (diff) | |
| download | vfs-11d8a116c70cd5eb49edb8afce34a0aaac49f35e.tar.gz | |
setup.php
Diffstat (limited to 'public_html/vfs_bootstrap.php')
| -rw-r--r-- | public_html/vfs_bootstrap.php | 3 |
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'); |
