+4
−4
Chargement en cours
par le script shell suivant
for i in $(grep -l 'action=" *\. *http_php_script *([^)]*) *\. *"' *)
do
sed -f f.sed "$i" | sed 's/<FORM /<form /;s/METHOD=/method=/' > "$i.php"
mv $i.php $i
done
le fichier f.sed etant:
s/action=\(" *\. *http_php_script\) *\(([^)]*) *\. *"\)/action=\'\1nq\2\'/
celui du commit precedent etant le meme, avec "href" a la place de "action"
Forge communautaire SPIP | Charte d'utilisation | Signaler un problème sur ce site