PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wordpress-seo
/
admin
/
pages
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin * @since 1.5.0 */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } require WPSEO_PATH . 'admin/views/licenses.php';
[-] social.php
[edit]
[-] licenses.php
[edit]
[-] dashboard.php
[edit]
[-] tools.php
[edit]
[-] redirects.php
[edit]
[-] network.php
[edit]
[+]
..
[-] metas.php
[edit]