shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
polylang
/
settings
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
settings-media.php
<?php /** * Settings class for media language and translation management * * @since 1.8 */ class PLL_Settings_Media extends PLL_Settings_Module { /** * Constructor * * @since 1.8 * * @param object $polylang polylang object */ public function __construct( &$polylang ) { parent::__construct( $polylang, array( 'module' => 'media', 'title' => __( 'Media', 'polylang' ), 'description' => __( 'Activate languages and translations for media', 'polylang' ), 'active_option' => 'media_support', ) ); } }
© 2026 UnknownSec