aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2013060900-1.8.15-site_secret-404fc165cf9e0ac9.php
blob: b5b614762620d0de77e8543622650f99d2ce008c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Elgg 1.8.15 upgrade 2013060900
 * site_secret
 *
 * Description
 */

$strength = _elgg_get_site_secret_strength();

if ($strength !== 'strong') {
	elgg_add_admin_notice('weak_site_key', elgg_echo("upgrade:site_secret_warning:$strength"));
}