diff options
Diffstat (limited to 'public/app/config/app_constants.php')
| -rw-r--r-- | public/app/config/app_constants.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/app/config/app_constants.php b/public/app/config/app_constants.php index 3404033..f788946 100644 --- a/public/app/config/app_constants.php +++ b/public/app/config/app_constants.php @@ -166,6 +166,13 @@ define('NOT_VALID_ACTIVATION_TITLE', 'Σφάλμα!'); define('NOT_VALID_ACTIVATION_MESSAGE', 'Ο λογαριασμός δεν έχει ενεργοποιηθεί. Ξαναδοκιμάστε αργότερα κι αν το σφάλμα επιμείνει, επικοινωνήστε με την υπεύθυνη του προγράμμαρος.'); +define ('PETITION_TYPE', [ + 1 => 'common', + 2 => 'penalty' +]); + + + // forms // --- -- -- - - - |
