1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 07:55:40 -04:00

log all SMS messages/responses into database (note creation of new 'texts' MySQL table! included in updated db_structure.sql)

This commit is contained in:
2013-05-27 00:51:06 -04:00
parent 7dcf5a2aff
commit 65578fb1e4
3 changed files with 21 additions and 21 deletions

View File

@ -44,6 +44,8 @@ if($subject_id == "multiple") {
$response = "Invalid command. " . $help;
}
logSMS($_REQUEST['Body'], $response, $_REQUEST['From']);
echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<Response>