]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / modules / admin / what-logs.php
index df3a5872f02f9c5d6c38b599fb337d4d18d37575..f2fded492112afa250a83e2ac3eeb04623e83c30 100644 (file)
@@ -100,7 +100,7 @@ if (REQUEST_ISSET_GET('access')) {
                        // We currenly only like files with "access" as prefix, should be more flexible!
                        if (substr($file, 0, 6) == 'access') {
                                // Okay, let us print it out
-                               OUTPUT_HTML("<li><a href=\"{!URL!}/modules.php?module=admin&amp;what=".$GLOBALS['what']."&amp;access=".urlencode($file)."\">".$file."</a></li>");
+                               OUTPUT_HTML("<li><a href=\"{!URL!}/modules.php?module=admin&amp;what=".getWhat()."&amp;access=".urlencode($file)."\">".$file."</a></li>");
                        }
                }
                closedir($handle);