X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Fpmwiki.config.php;h=d7d67420c35ab135adfd1594bad95911e0c19104;hb=915d4faeb4977c783fc601241a9bd96f47b87f8d;hp=11ea9bdcfb137fa31e39c3a04a2de7d1c16a8cca;hpb=ed1a6a83a8899d510b1314580c43f60f99d17e27;p=platal.git diff --git a/plugins/pmwiki.config.php b/plugins/pmwiki.config.php index 11ea9bd..d7d6742 100644 --- a/plugins/pmwiki.config.php +++ b/plugins/pmwiki.config.php @@ -7,6 +7,9 @@ $WikiDir = new PageStore('$FarmD/'.$WorkDir.'/$FullName'); $PubDirUrl = $globals->baseurl.'/wiki'; $InterMapFiles[] = $globals->spoolroot.'plugins/pmwiki.intermap.txt'; +# Authorize group name to start with a number (for promo groups) +$GroupPattern = '[[:upper:]0-9][\\w]*(?:-\\w+)*'; + $EnablePathInfo = 1; $Skin = 'empty';