[SPIP] ~maj v3.0.14-->v3.0.17
[ptitvelo/web/www.git] / www / plugins-dist / urls_etendues / formulaires / configurer_urls.php
index 102909e..e4030fa 100644 (file)
@@ -54,7 +54,7 @@ function type_urls_lister(){
        $dispo = array();
        foreach (find_all_in_path('urls/', '\w+\.php$', array()) as $f) {
                $r = basename($f, '.php');
-               if ($r == 'index' OR strncmp('generer_',$r,8)==0) continue;
+               if ($r == 'index' OR strncmp('generer_',$r,8)==0 OR $r=="standard") continue;
                include_once $f;
                $exemple = 'URLS_' . strtoupper($r) . '_EXEMPLE';
                $exemple = defined($exemple) ? constant($exemple) : '?';