mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
NO_AUTH_REQUIRED2 fix
This commit is contained in:
parent
7688706ed3
commit
a57c8b775b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
// Init
|
// Init
|
||||||
define('NO_AUTH_REQUIRED',true);
|
define('NO_AUTH_REQUIRED',true);
|
||||||
define('NO_AUTH_REQUIRED',true);
|
define('NO_AUTH_REQUIRED2',true);
|
||||||
|
|
||||||
error_reporting(NULL);
|
error_reporting(NULL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue