diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-09 01:01:47 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-09 01:01:47 +0100 |
commit | bed0dcccc88bd417876abd5238883b2b1cd5aafc (patch) | |
tree | 3313dc25a4c3fa3f6bfe4d8aa0ada7280db8a96f /app/class/art2.php | |
parent | acdbc686630f523cee598a95415b515d531b2bde (diff) | |
download | wcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.tar.gz wcms-bed0dcccc88bd417876abd5238883b2b1cd5aafc.zip |
target blank internal or external option admin
Diffstat (limited to 'app/class/art2.php')
-rw-r--r-- | app/class/art2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/art2.php b/app/class/art2.php index 474531b..b4c0ff3 100644 --- a/app/class/art2.php +++ b/app/class/art2.php @@ -41,7 +41,7 @@ class Art2 const LEN = 255; - const LENTEXT = 20000; + const LENTEXT = 2**20; const SECUREMAX = 2; const LENCOULEUR = 7; const DEBUT = '(?id='; |