X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Furls_etendues%2Fformulaires%2Fconfigurer_urls.php;h=e4030faad1fa40e262830b224281e48725f05bb8;hp=102909ebb9f09755c67bb0f236d3483114b7f009;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=d686c3e22e97dd46ef42bcd0f138c65083f8f232 diff --git a/www/plugins-dist/urls_etendues/formulaires/configurer_urls.php b/www/plugins-dist/urls_etendues/formulaires/configurer_urls.php index 102909e..e4030fa 100644 --- a/www/plugins-dist/urls_etendues/formulaires/configurer_urls.php +++ b/www/plugins-dist/urls_etendues/formulaires/configurer_urls.php @@ -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) : '?';