mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
MYVESTA_QUIET as export variable
This commit is contained in:
parent
3fbb3dad78
commit
075c5e231b
2 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
$myvesta_exit_on_error=true;
|
||||
$myvesta_quiet_mode=0;
|
||||
if (isset($_SERVER['MYVESTA_QUIET'])) $myvesta_quiet_mode=intval($_SERVER['MYVESTA_QUIET']);
|
||||
|
||||
define('MYVESTA_ERROR_PERMISSION_DENIED', 1);
|
||||
define('MYVESTA_ERROR_MISSING_ARGUMENTS', 2);
|
||||
define('MYVESTA_ERROR_FILE_DOES_NOT_EXISTS', 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue