mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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
|
||||
// Init
|
||||
define('NO_AUTH_REQUIRED',true);
|
||||
define('NO_AUTH_REQUIRED',true);
|
||||
define('NO_AUTH_REQUIRED2',true);
|
||||
|
||||
error_reporting(NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue