From 2eea1457e674e7ebb8a82bf6fd1a079f76a7632f Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 21 Sep 2014 23:41:43 +0200 Subject: using WordPress escape() function in the database layer now --- public_html/vfs_bootstrap.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public_html/vfs_bootstrap.php') 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'); -- cgit v1.2.3