diff options
| author | Horus3 | 2014-09-18 14:30:01 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-18 14:30:01 +0200 |
| commit | 549f9ae5de4943e347c4d2810d795d00d53e76c8 (patch) | |
| tree | 630ded5ca47335743534f0c75ba565975875585b /public_html/vfs_bootstrap.php | |
| parent | e2e66e5ebb845f96703fbdacabfd0b75b29b705c (diff) | |
| download | vfs-549f9ae5de4943e347c4d2810d795d00d53e76c8.tar.gz | |
bootstrap file
Diffstat (limited to 'public_html/vfs_bootstrap.php')
| -rw-r--r-- | public_html/vfs_bootstrap.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php new file mode 100644 index 0000000..d3624aa --- /dev/null +++ b/public_html/vfs_bootstrap.php @@ -0,0 +1,6 @@ +<?php +# loads the vfs environment + +require_once( dirname(__FILE__) . '/vfs_config.php'); +require(ABSPATH . 'functions.php'); +require(ABSPATH . 'class/mysql.php'); |
