mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 19:18:28 -04:00
10 lines
252 B
PHP
10 lines
252 B
PHP
<?php
|
|
header("content-type: text/xml");
|
|
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
|
|
?>
|
|
<Response>
|
|
<Say>Why the fruit cake are you calling this number? Silly spooner, this is for texts!</Say>
|
|
<Pause length="1"/>
|
|
<Hangup/>
|
|
</Response>
|