]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-usage.php
index 0f77c2730caa11d760d009ed4137b582a30540f8..c776c2c24874fe49420e02f18176d65213900b06 100644 (file)
@@ -100,7 +100,7 @@ if ((!empty($FQFN)) && (isFileReadable($FQFN))) {
        $content = str_replace("usage_", "{!URL!}/modules.php?module=admin&what=".$GLOBALS['what']."&usage=", str_replace(".html", '', $content));
 
        // Disabled due to too much trouble
-       //$content = str_replace("HREF=\"http://", "href=\"{!URL!}/modules.php?module=loader&url=http://", $content);
+       //$content = str_replace("HREF=\'http://', "href=\"{!URL!}/modules.php?module=loader&url=http://", $content);
        $test = strtolower($content);
 
        // Do we need to strip out above and including <body> plus trailing </html> tag?