PluginProbe ʕ •ᴥ•ʔ
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) / 9.5.7
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) v9.5.7
9.5.11 9.5.10.1 9.5.10 trunk 9.4.0 9.4.1 9.4.2 9.4.3 9.5.0 9.5.0.1 9.5.0.2 9.5.1 9.5.2 9.5.2.2 9.5.2.3 9.5.3 9.5.3.1 9.5.3.2 9.5.4 9.5.5 9.5.6 9.5.7 9.5.8 9.5.9
really-simple-ssl / core / config / uri.php
really-simple-ssl / core / config Last commit date
env.php 3 months ago related.php 7 months ago uri.php 7 months ago
uri.php
10 lines
1 <?php if (!defined('ABSPATH')) {
2 exit;
3 }
4
5 return [
6 'rsp' => [
7 'mailinglist' => 'https://mailinglist.really-simple-ssl.com',
8 'upgrade_from_free' => 'https://really-simple-ssl.com/pro?mtm_campaign=security&mtm_source=free&mtm_content=upgrade',
9 ]
10 ];