X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_networks.php;h=29972258b4cefe66b382c7eb70f45c536e642354;hp=83f30c853c79dcb3a33b5b44ee36ba8d343eef21;hb=72ac9f672704438aabc4f4bada7f5c3b40499f1a;hpb=b8c071f12a601619c4c02b9441b3e0e012db6ced diff --git a/inc/modules/admin/what-list_networks.php b/inc/modules/admin/what-list_networks.php index 83f30c853c..29972258b4 100644 --- a/inc/modules/admin/what-list_networks.php +++ b/inc/modules/admin/what-list_networks.php @@ -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; @@ -62,7 +68,7 @@ $result = SQL_QUERY('SELECT FROM `{?_MYSQL_PREFIX?}_network_data` ORDER BY - `network_title` ASC', __FILE__, __LINE__); + `network_short_name` ASC', __FILE__, __LINE__); // Do we have entries? if (SQL_NUMROWS($result) > 0) {