diff options
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='; |