change quotes

This commit is contained in:
Isaac Connor 2018-07-24 12:02:18 -04:00
parent 00cfb100db
commit ba0ab50545
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class HostController extends AppController {
if ( $zmOptAuth == '1' ) {
require_once "../../../includes/auth.php";
require_once '../../../includes/auth.php';
global $user;
# $user is loaded from Session in AppController