change quotes
This commit is contained in:
parent
00cfb100db
commit
ba0ab50545
|
@ -38,7 +38,7 @@ class HostController extends AppController {
|
||||||
|
|
||||||
if ( $zmOptAuth == '1' ) {
|
if ( $zmOptAuth == '1' ) {
|
||||||
|
|
||||||
require_once "../../../includes/auth.php";
|
require_once '../../../includes/auth.php';
|
||||||
global $user;
|
global $user;
|
||||||
# $user is loaded from Session in AppController
|
# $user is loaded from Session in AppController
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue