Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.138.124.234
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
lionsclub /
core /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.84
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
3.03
KB
-rw-r--r--
captcha.php
154
B
-rw-r--r--
cors.php
823
B
-rw-r--r--
database.php
5
KB
-rw-r--r--
filesystems.php
2.63
KB
-rw-r--r--
fortify.php
3.04
KB
-rw-r--r--
geoip.php
4.78
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
installer.php
4.95
KB
-rw-r--r--
jetstream.php
1.03
KB
-rw-r--r--
logging.php
2.83
KB
-rw-r--r--
mail.php
3.29
KB
-rw-r--r--
queue.php
2.7
KB
-rw-r--r--
sanctum.php
1.59
KB
-rw-r--r--
services.php
2.01
KB
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
translation-manager.php
1.43
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : translation-manager.php
<?php return [ /* |-------------------------------------------------------------------------- | Routes group config |-------------------------------------------------------------------------- | | The default group settings for the elFinder routes. | */ 'route' => [ 'prefix' => env('BACKEND_PATH').'/webmaster/translations', 'middleware' => 'auth', ], /** * Enable deletion of translations * * @type boolean */ 'delete_enabled' => false, /** * Exclude specific groups from Laravel Translation Manager. * This is useful if, for example, you want to avoid editing the official Laravel language files. * * @type array * * array( * 'pagination', * 'reminders', * 'validation', * ) */ 'exclude_groups' => [], /** * Exclude specific languages from Laravel Translation Manager. * * @type array * * array( * 'fr', * 'de', * ) */ 'exclude_langs' => [], /** * Export translations with keys output alphabetically. */ 'sort_keys' => false, 'trans_functions' => [ 'trans', 'trans_choice', 'Lang::get', 'Lang::choice', 'Lang::trans', 'Lang::transChoice', '@lang', '@choice', '__', '$trans.get', ], ];
Close