Valider 02ef1694 rédigé par esj's avatar esj
Parcourir les fichiers

Ce depot resulte de l'application de:

renomme_en_exec_et_en_php () 
{ 
    mv index.php3 i3;
    mv index.php i;
    mv forum.php3 f;
    mv statistiques.php3 s;
    for i in *.php*;
    do
        if [ -f inc_${i%3} ]; then
            $MVCOMMAND inc_${i%3} exec_${i%3};
        else
            if [ -f inc_$i ]; then
                $MVCOMMAND inc_$i exec_${i%3};
            fi;
        fi;
    done;
    mv i3 index.php3;
    mv i index.php;
    mv f forum.php3;
    mv s statistiques.php3;
    $MVCOMMAND inc_auth.php3 exec_auth.php;
    $MVCOMMAND inc_accueil.php exec_accueil.php;
    for i in inc_spip_action*;
    do
        $MVCOMMAND $i exec_${i#inc_};
    done;
    for i in inc_*.php3;
    do
        $MVCOMMAND $i ${i%3};
    done;
    $MVCOMMAND exec_config-contenu.php exec_config_contenu.php;
    $MVCOMMAND exec_config-multilang.php exec_config_multilang.php;
    $MVCOMMAND exec_config-fonctions.php exec_config_fonctions.php;
    $MVCOMMAND exec_config-lang.php exec_config_lang.php
}
parent 2d8ee694
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter