]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_networks.php
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / inc / modules / admin / what-list_networks.php
index 83f30c853c79dcb3a33b5b44ee36ba8d343eef21..35cb4f9b0746392f4d928ce5f1804b0db061a11e 100644 (file)
@@ -44,6 +44,12 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
+// These are expert settings!
+if (doVerifyExpertSettings() != 'agreed') {
+       // Abort here
+       return;
+} // END - if
+
 // By default we should display list/add new forms
 $GLOBALS['network_display'] = true;