Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
dealership
/
src
/
Admin
/
Templates
/
File Content:
admin_notice.php
<?php defined('DEALERSHIP') or exit(); $text = 'You are not authorised to view this resource.'; if(isset($_GET['msg'])) { switch ($_GET['msg']) { // default: // $text = 'You are not authorised to view this resource.'; // break; case 'a': $text = 'Create not permitted.'; break; case 'e': $text = 'Edit not permitted.'; break; case 'd': $text = 'Delete not permitted.'; break; } } ?> <div class="notice notice-error is-dismissible"> <p> <strong><?php _e('Advanced Product', 'dealership'); ?></strong> </p> <p><?php _e( $text, 'dealership'); ?></p> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
adminwpuser
---
0755
metaboxes
---
0755
pages
---
0755
admin_notice.php
735 bytes
0644
N4ST4R_ID | Naxtarrr