Your installation of Molly is up to date.

"; } else { echo '

Your installation of Molly appears to be out of sync with the current version. If this is not intentional, you should update to the current version available for download from molly.rit.edu

'; echo '

Summary of Differences:

'; echo '
' . $_SERVER["SERVER_NAME"] . '
Molly Master Version
'; // compare two files line by line $diff = molly_compare::compareFiles($localhashurl, $remotehashurl); echo molly_compare::toTable($diff); } } else { echo 'You do not have permission to analyze version information.'; } ?>