diff options
Diffstat (limited to 'html/app/config')
| -rw-r--r-- | html/app/config/app_constants.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/app/config/app_constants.php b/html/app/config/app_constants.php index c533748..b5fb6d8 100644 --- a/html/app/config/app_constants.php +++ b/html/app/config/app_constants.php @@ -37,6 +37,13 @@ define('USER_ACCESS_TYPE', [ +// ERRORS AND ERROR MESSAGES /////////////////////////////////////////////////// +// ----------------------------------------------------------------------------- + +define('EMPTY_REQUIRED_FIELDS', 'Δεν έχουν συμπληρωθεί όλα τα υποχρεωτικά πεδία'); + + + // ASSETS: PATHS USED HEAVILY ////////////////////////////////////////////////// // ----------------------------------------------------------------------------- // these paths are used in order to easily find and autoload useful elemets |
