# 404-solution/4.1.19/includes/html/adminFooter.html

404 Solution, version 4.1.19. 24 lines.

- Page: https://pluginprobe.com/plugins/404-solution/4.1.19/code/includes/html/adminFooter.html
- Raw: https://pluginprobe.com/plugins/404-solution/4.1.19/raw/includes/html/adminFooter.html
- Modified: 2026-05-18T16:35:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/4.1.19/code/includes/html/adminFooter.html#L10-L20`.

```html

<div style="clear: both;">
<BR/>
<HR/><strong>{Credits}:</strong>
<a href="{ABJ404_HOME_URL}" title="{PLUGIN_NAME}" target="_blank">{PLUGIN_NAME}</a> {is maintained by}
 
<a href="{ABJ404_HOME_URL}" title="Aaron J" target="_blank">Aaron J</a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="{JAPANESE_FLASHCARDS_URL}" title="Aaron J" target="_blank">Visit my website.</a>
<BR/>

{Plugin version}: {ABJ404_VERSION}, PHP: {PHP_VERSION}, WordPress: {WP_VERSION}, MySQL: {MYSQL_VERSION},
WP Memory Limit: {WP_MEMORY_LIMIT}, mbstring Extension: {MBSTRING}, {Cache view freshness}: {ABJ404_VIEW_FRESHNESS}&nbsp;&nbsp;
<span id="abj404-ajax-debug-info" style="display: none;">
    <details style="display: inline-block; vertical-align: top;">
        <summary style="cursor: pointer; font-weight: bold; color: #2271b1;">{AJAX Load Times} / {Debug Info}</summary>
        <div id="abj404-ajax-debug-log" style="margin-top: 5px; padding: 10px; background: #f0f0f1; border: 1px solid #c3c4c7; border-radius: 4px; font-family: monospace; font-size: 11px; max-height: 200px; overflow-y: auto; display: block; color: #1d2327; text-align: left; font-weight: normal;">
        </div>
    </details>
</span>

</div>
<BR/> <!-- Without this BR the text became unselectable on a local 
      server but not on a remote one (a CSS issue I assume). -->

```
