diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
| commit | 5ce005a4f120c7470cd84c1af306b64c52e3dbfc (patch) | |
| tree | f93fa229273aad02501d3ecb326091bb2f7d31aa /html/app/config/app_constants.php | |
| parent | fa7303bc99ed56e6770928d59e16ee3306e26750 (diff) | |
| download | classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.gz classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.bz2 classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.zip | |
custom user manager extended class (work in progress)
Diffstat (limited to 'html/app/config/app_constants.php')
| -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 |
