X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=9c34c9544ed63a8b76f3c399575e0f0dcac7eb9b;hp=e04576056a34b1076468db2d895d1955ff75b1f5;hb=4430deea8d457245b0434b2b71570ad692dc7f6c;hpb=bcabdff3613bbc285c600ac5588dcc85356e6d66 diff --git a/inc/functions.php b/inc/functions.php index e04576056a..9c34c9544e 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2568,6 +2568,8 @@ function getActualVersion ($type = 0) { // Loads an include file and logs any missing files for debug purposes function LOAD_INC ($INC) { + echo "LOAD:{$INC}
\n"; + // Get constant path $PATH = constant('PATH'); @@ -2597,6 +2599,7 @@ function LOAD_INC ($INC) { function LOAD_INC_ONCE ($INC) { // Is it not loaded? if (!isset($GLOBALS['cache_array']['load_once'][$INC])) { + echo "ONCE:{$INC}
\n"; // Then try to load it LOAD_INC($INC);