X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fecrire%2Finc%2Factions.php;fp=www%2Fecrire%2Finc%2Factions.php;h=7e2cb7617293b875d1866728b804373b4ca8fdb3;hb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;hp=0000000000000000000000000000000000000000;hpb=8945248b3d948385798d9aa355c70e7089aca2b3;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/ecrire/inc/actions.php b/www/ecrire/inc/actions.php new file mode 100644 index 0000000..7e2cb76 --- /dev/null +++ b/www/ecrire/inc/actions.php @@ -0,0 +1,96 @@ +Debug Spip Ajax" + ."
\n\n" + ."\n"; + + $fin = '
'; + + } else { + $c = $GLOBALS['meta']["charset"]; + header('Content-Type: '.$content_type.'; charset='.$c); + $debut = (($xml AND strlen(trim($corps))) ? '<'."?xml version='1.0' encoding='".$c."'?".">\n" : ''); + $fin = ""; + } + echo $debut, $corps, $fin, $e; +} + +?>