Installation improved, first login:
[mailer.git] / inc / modules / admin / what-overview.php
index 59c55b245f39f3910f031762d160aafe5fefb6ca..6f9fee94ba63d28871ac80fb3acae492131332ec 100644 (file)
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 // In Opera browsers the menu is being displayed double: addMenuDescription('admin', __FILE__);
 
-// Otherwise load include file 'overview-inc' (old standard overview page)
+// Is sql_patches not yet installed?
+if (!isExtensionInstalled('sql_patches')) {
+       // Output warning
+       loadTemplate('admin_settings_saved', false, getMessage('ADMIN_WARNING_SQL_PATCHES_MISSING'));
+} // END - if
+
+ // Load include file 'overview-inc' (old standard overview page)
 loadIncludeOnce('inc/modules/admin/overview-inc.php');
 
 $jobsDone = true;