X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=api%2Ffunctions.php;fp=api%2Ffunctions.php;h=dff334e3190a830c54857b6288ab37e55db67a32;hb=aa35c1b421d8c57c9b81a1467ec6b90cda681232;hp=0000000000000000000000000000000000000000;hpb=a1232a2a92d7fe320aa358ea68de75706e35dcf0;p=saltmail.git%2F.git diff --git a/api/functions.php b/api/functions.php new file mode 100644 index 0000000..dff334e --- /dev/null +++ b/api/functions.php @@ -0,0 +1,72 @@ + + + + + + + Channel: $channelname
+ $date
+ $info
+ + "; +} +function return_plant_group($info,$date,$channelname){ + $date=str_replace('-','/',$date); + echo " + + + + + + + User: $channelname
+ $date
+ $info
+ + "; +} +?>