aboutsummaryrefslogtreecommitdiff
path: root/app/class/model.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/model.php')
-rw-r--r--app/class/model.php1
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;