Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.248.104
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
swiftmailer /
swiftmailer /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
classes
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
dependency_maps
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
mime_types.php
40.03
KB
-rw-r--r--
2020-11-17 16:24
preferences.php
942
B
-rw-r--r--
2020-11-17 16:24
swift_required.php
632
B
-rw-r--r--
2020-11-17 16:24
swiftmailer_generate_mimes_config.php
7.26
KB
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?php /****************************************************************************/ /* */ /* YOU MAY WISH TO MODIFY OR REMOVE THE FOLLOWING LINES WHICH SET DEFAULTS */ /* */ /****************************************************************************/ $preferences = Swift_Preferences::getInstance(); // Sets the default charset so that setCharset() is not needed elsewhere $preferences->setCharset('utf-8'); // Without these lines the default caching mechanism is "array" but this uses a lot of memory. // If possible, use a disk cache to enable attaching large attachments etc. // You can override the default temporary directory by setting the TMPDIR environment variable. if (@is_writable($tmpDir = sys_get_temp_dir())) { $preferences->setTempDir($tmpDir)->setCacheType('disk'); }