diff options
| author | Horus3 | 2014-09-21 23:41:43 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-21 23:41:43 +0200 |
| commit | 2eea1457e674e7ebb8a82bf6fd1a079f76a7632f (patch) | |
| tree | 404b5666e3de94eff30589e5ab3f8b89ded7e15f /public_html/vfs_bootstrap.php | |
| parent | 2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 (diff) | |
| download | vfs-2eea1457e674e7ebb8a82bf6fd1a079f76a7632f.tar.gz | |
using WordPress escape() function in the database layer now
Diffstat (limited to 'public_html/vfs_bootstrap.php')
| -rw-r--r-- | public_html/vfs_bootstrap.php | 1 |
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'); |
