Added a few things to mr

This commit is contained in:
Arturo Gonzalez 2017-03-14 18:16:57 +01:00
parent a85298d432
commit cfcac5e95f
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ if (is_ajax ()) {
if (is_readable($dir)) {
if ($number > $config['MR'] + 1) {
$message = "bad_mr_filename";
echo $message;
return;
}
else if ($config["MR"] >= $number) {
if (!file_exists($dir."/updated") || !is_dir($dir."/updated")) {