Skip to content

Commit

Permalink
Just a little bit of clarification of what 'City' means. I could add …
Browse files Browse the repository at this point in the history
…the rest of usual headers Twilio usually sends, but I don't use those, so I might just add them later.
  • Loading branch information
kamron committed Jul 29, 2012
1 parent b9ab0ac commit 52ada34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smstest.php
@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Handmade with love by Adrian -->
<head> <head>
<title>SMS tester</title> <title>SMS tester</title>
</head> </head>
Expand All @@ -7,7 +8,7 @@
Source number: <input type="text" name="From" value="+15551231234" /><br /> Source number: <input type="text" name="From" value="+15551231234" /><br />
Destination number: <input type="text" name="To" value="+14155551234" /><br /> Destination number: <input type="text" name="To" value="+14155551234" /><br />
Message: <input type="text" name="Body" value="Taco Bell, Decoto" /><br /> Message: <input type="text" name="Body" value="Taco Bell, Decoto" /><br />
City: <input type="text" name="FromCity" value="Oakland, CA" /><br /> City (of the sending number): <input type="text" name="FromCity" value="Oakland, CA" /><br />
<input type="submit" value="Submit" /> <input type="submit" value="Submit" />
</form> </form>
Expand Down

0 comments on commit 52ada34

Please sign in to comment.