Browse Source

on oublie le check url pour le moment

Sniperovitch 8 years ago
parent
commit
2d578ddcb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Bartender.pm

+ 1 - 1
lib/Bartender.pm

@@ -21,7 +21,7 @@ get '/shake' => sub {
     }
 
     for($opt_base, $opt_garde) {
-        if(not m/^https?:\/\/pad\.exegetes\.eu\.org\/p\/[.a-z0-9A-Z\$\/-]+$/i ) {
+        if(not m/^https?:\/\/pad\.exegetes\.eu\.org\/p\//i ) {
             $error->{message} .= qq{"$_" est incorrect.};
         }
     }