mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update main.php
This commit is contained in:
parent
3919840fc4
commit
a2be18cc18
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $myvesta_exit_on_error=true;
|
|||
define('MYVESTA_ERROR_PERMISSION_DENIED', 1);
|
||||
define('MYVESTA_ERROR_MISSING_ARGUMENTS', 2);
|
||||
define('MYVESTA_ERROR_FILE_DOES_NOT_EXISTS', 3);
|
||||
define('MYVESTA_ERROR_STRING_DOES_NOT_EXISTS', 4);
|
||||
define('MYVESTA_ERROR_STRING_NOT_FOUND', 4);
|
||||
|
||||
function myvesta_throw_error($code, $message) {
|
||||
global $myvesta_exit_on_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue