Revert "Added some modifications about RR"

This reverts commit e9cb769cbf.
This commit is contained in:
Arturo Gonzalez 2017-03-16 14:31:33 +01:00 committed by daniel
parent cc79905e6a
commit 0321f8a895
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if (is_ajax ()) {
$dir = $config["homedir"]."/extras/mr";
$file = $dir = sys_get_temp_dir() . "/extras/mr/$number.sql";
$file = "$dir/$number.sql";
$dangerous_query = false;
$mr_file = fopen($file, "r");

View File

@ -1723,7 +1723,7 @@ function db_check_minor_relase_available () {
function db_check_minor_relase_available_to_um () {
global $config;
$dir = sys_get_temp_dir() . "/extras/mr";
$dir = $config["homedir"]."/extras/mr";
$have_minor_release = false;