| 1 |
<?php |
| 2 |
if(!empty($_REQUEST["_s2member_vars"])) |
| 3 |
@list($restriction_type, $requirement_type, $requirement_type_value, $seeking_type, $seeking_type_value, $seeking_uri) |
| 4 |
= explode("..", stripslashes((string)$_REQUEST["_s2member_vars"])); |
| 5 |
|
| 6 |
if (!empty($seeking_type) /* One of: page|post|catg|ptag|file|ruri */ ) |
| 7 |
echo 'You were trying to access a protected: ' . esc_html($seeking_type) . '.'; |