Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.226.82.161
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
velxotano-group.pro /
wp-content /
Delete
Unzip
Name
Size
Permission
Date
Action
AddressEncoder
[ DIR ]
drwxr-xr-x
2025-04-25 19:42
BrandedChannel
[ DIR ]
drwxr-xr-x
2025-04-25 09:10
CharacterReader
[ DIR ]
drwxr-xr-x
2025-04-25 19:47
CharacterReaderFactory
[ DIR ]
drwxr-xr-x
2025-04-25 20:50
Exception
[ DIR ]
drwxr-xr-x
2025-04-25 21:40
Pagination
[ DIR ]
drwxr-xr-x
2025-04-25 17:35
Parser
[ DIR ]
drwxr-xr-x
2025-04-25 06:41
StreamFilters
[ DIR ]
drwxr-xr-x
2025-04-25 05:21
Swift
[ DIR ]
drwxr-xr-x
2025-04-25 21:40
TokenEmulator
[ DIR ]
drwxr-xr-x
2025-04-25 20:08
V1
[ DIR ]
drwxr-xr-x
2025-04-25 20:40
en
[ DIR ]
drwxr-xr-x
2025-04-25 18:35
template
[ DIR ]
drwxr-xr-x
2025-04-24 07:23
themes
[ DIR ]
drwxr-xr-x
2025-04-26 03:36
.htaccess
237
B
-r-xr-xr-x
2025-04-26 03:36
AssistantList.php
5.77
KB
-rw-r--r--
2022-02-10 05:51
AssistantPage.php
1.34
KB
-rw-r--r--
2022-02-10 05:51
RestoreAssistantPage.php
1.38
KB
-rw-r--r--
2022-02-10 05:51
sidebar.rst
38
B
-rw-r--r--
2020-11-11 00:47
Save
Rename
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Autopilot\V1; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; /** * PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. */ class AssistantPage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return AssistantInstance \Twilio\Rest\Autopilot\V1\AssistantInstance */ public function buildInstance(array $payload): AssistantInstance { return new AssistantInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Autopilot.V1.AssistantPage]'; } }