function getFooter in Production check & Production monitor 7
Same name and namespace in other branches
- 6 includes/prod_check.memcache.inc \getFooter()
File
- includes/
prod_check.memcache.inc, line 498
Code
function getFooter() {
global $VERSION;
$footer = '</div><!-- Based on apc.php ' . $VERSION . '--></body>
</html>
';
return $footer;
}