Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / action-login.php
index 7fdcf95297f7680e0fe366f122d0349711478447..1a9cf120d6e54da1ac37df1f7f84c6fd5e1f889f 100644 (file)
@@ -47,7 +47,7 @@ ADD_DESCR('admin', __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (isIncludeReadable($INC)) { 
+if (isIncludeReadable($INC)) {
        // Ok, we finally load the admin action module
        loadInclude($INC);
 } else {