diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-16 18:06:37 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-16 18:06:37 +0200 |
commit | 8b6848dfb5d469076f05be226e862fab928cd53f (patch) | |
tree | 79ed0918ce01055bd89bd8225561636d69f64130 /app/class/model.php | |
parent | 580cbf28855e0d4b8c1a0e4802bdfb7bb42697de (diff) | |
download | wcms-8b6848dfb5d469076f05be226e862fab928cd53f.tar.gz wcms-8b6848dfb5d469076f05be226e862fab928cd53f.zip |
generate better media codes and remove w-nav menu
Diffstat (limited to 'app/class/model.php')
-rw-r--r-- | app/class/model.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/class/model.php b/app/class/model.php index 5815861..6f5a62d 100644 --- a/app/class/model.php +++ b/app/class/model.php @@ -21,7 +21,6 @@ abstract class Model const COLUMNS = ['id', 'title', 'description', 'tag', 'date', 'datemodif', 'datecreation', 'secure', 'linkfrom', 'linkto', 'visitcount', 'affcount', 'editcount']; const TEXT_ELEMENTS = ['header', 'nav', 'main', 'aside', 'footer']; - const EDIT_SYMBOLS = ['pen', 'tool', 'none']; const MAX_ID_LENGTH = 64; const PASSWORD_HASH = true; |