diff --git a/inc/mod.php b/inc/mod.php index 556a274e..f2e52b21 100644 --- a/inc/mod.php +++ b/inc/mod.php @@ -213,17 +213,17 @@ '' . '' . '' . - '' . '' . '' . '' . - '' . '' . '' . '' . - '' . '' . '' . diff --git a/install.php b/install.php index 12f55bfc..86aef14b 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ 8) + if(mb_strlen($b['uri']) > 15) error(sprintf($config['error']['toolong'], 'URI')); - if(mb_strlen($b['title']) > 20) + if(strlen($b['title']) > 40) error(sprintf($config['error']['toolong'], 'title')); - if(mb_strlen($b['subtitle']) > 40) + if(strlen($b['subtitle']) > 120) error(sprintf($config['error']['toolong'], 'subtitle')); if(!preg_match('/^\w+$/', $b['uri']))
' . + '' . ' (eg. "b"; "mu")
' . + '' . ' (eg. "Random")
' . + '' . ' (optional)