File "controller.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/woo-currency/modules/admin_nav/controller.php
File size: 188 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
class admin_navControllerWcu extends controllerWcu {
public function getPermissions() {
return array(
WCU_USERLEVELS => array(
WCU_ADMIN => array()
),
);
}
}