Created
November 29, 2012 09:36
-
-
Save danpoltawski/4167830 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/admin/index.php b/admin/index.php | |
| index d75e364..5e95598 100644 | |
| --- a/admin/index.php | |
| +++ b/admin/index.php | |
| @@ -273,6 +273,10 @@ if ($version > $CFG->version) { // upgrade | |
| die(); | |
| } | |
| } | |
| + if (file_exists("$CFG->dirroot/githash.php")) { | |
| + echo "Version for bug report: $githash"; | |
| + } | |
| + | |
| echo $output->upgrade_plugin_check_page(plugin_manager::instance(), available_update_checker::instance(), | |
| $version, $showallplugins, $reloadurl, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment