X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=4520489da1ffc09a355846e58f2018a46c3034ad;hp=ab921c4b4f0752a52a4cfc376ae54f528d27748e;hb=09c638dfc27f9d7fe4add01d672801498e91cca3;hpb=773ae2c427c857b023eb8ec8480095b45849a933 diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index ab921c4b4f..4520489da1 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -3530,7 +3530,7 @@ function isFilledArray ($array) { // Checks whether this script runs on a developer system (called with localhost/127.0.0.1 SERVER_NAME) function isDeveloperSystem () { // Determine it - return in_array(detectServerName(), array('localhost', '127.0.0.1')); + return in_array(detectServerName(), array('localhost', 'daedalus', '127.0.0.1')); } // Checks whether given subject line has '_ref' suffix