A start for a new change_password master plugin. This is not finished
[squirrelmail.git] / plugins / mail_fetch / setup.php
index cfe8c60671fc79e33b004fb5c03c9849df39a4f0..c84b3994c6e9b1c07854fa63c9428e96662be8e0 100644 (file)
                     $outMsg .= _("Server does not support UIDL.");
 
                 for (; $i <= $Count; $i++) {
-                    set_time_limit(20); // 20 seconds per message max
+                    if (!ini_get('safe_mode'))
+                        set_time_limit(20); // 20 seconds per message max
                     $Message = "";
                     $MessArray = $pop3->get($i);