Added a few things to mr
This commit is contained in:
parent
a85298d432
commit
cfcac5e95f
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue