Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.146.107.152
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
baltic /
web /
modules /
locale /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
locale-rtl.css
311
B
-rw-r--r--
locale.admin.inc
51.93
KB
-rw-r--r--
locale.api.php
909
B
-rw-r--r--
locale.css
875
B
-rw-r--r--
locale.datepicker.js
2.06
KB
-rw-r--r--
locale.info
385
B
-rw-r--r--
locale.install
14.57
KB
-rw-r--r--
locale.module
45.16
KB
-rw-r--r--
locale.test
121.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : locale.api.php
<?php /** * @file * Hooks provided by the Locale module. */ /** * @addtogroup hooks * @{ */ /** * Allows modules to define their own text groups that can be translated. * * @param $op * Type of operation. Currently, only supports 'groups'. */ function hook_locale($op = 'groups') { switch ($op) { case 'groups': return array('custom' => t('Custom')); } } /** * Allow modules to react to language settings changes. * * Every module needing to act when the number of enabled languages changes * should implement this. This is an "internal" hook and should not be invoked * elsewhere. The typical implementation would trigger some kind of rebuilding, * this way system components could properly react to the change of the enabled * languages number. */ function hook_multilingual_settings_changed() { field_info_cache_clear(); } /** * @} End of "addtogroup hooks". */
Close