PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export2
/
src
/
Security
<?php namespace Wpae\Security; class AccessControl { public function checkAdminReferrer() { \check_admin_referer('options', '_wpnonce_options'); } }
[+]
..
[-] AccessControl.php
[edit]