| 1 |
<?php |
| 2 |
// @codingStandardsIgnoreFile |
| 3 |
if(!defined('WPINC')) // MUST have WordPress. |
| 4 |
exit("Do not access this file directly."); |
| 5 |
?> |
| 6 |
|
| 7 |
<!DOCTYPE html> |
| 8 |
<html> |
| 9 |
<head> |
| 10 |
<meta charset="UTF-8"> |
| 11 |
<title><?php echo _x('503: Service Temporarily Unavailable', "s2member-front", "s2member"); ?></title> |
| 12 |
</head> |
| 13 |
<body> |
| 14 |
<?php echo _x('<strong>503: Service Temporarily Unavailable</strong><br />Too many IP addresses accessing one secure area<em>!</em><br />Please contact Support if you need assistance.', "s2member-front", "s2member"); ?> |
| 15 |
</body> |
| 16 |
</html> |
| 17 |
|