whoami7 - Manager
:
/
home
/
kckglobal
/
.trash
/
modules
/
twilio-web
/
Upload File:
files >> /home/kckglobal/.trash/modules/twilio-web/answer_call.php
<?php // Include the bundled autoload from the Twilio PHP Helper Library require 'src/Twilio/autoload.php'; use Twilio\TwiML\VoiceResponse; // Start our TwiML response $response = new VoiceResponse; // Read a message aloud to the caller $response->say( "Thank you for calling! Have a great day.", array("voice" => "alice") ); echo $response;
Copyright ©2021 || Defacer Indonesia