mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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…
x
Reference in New Issue
Block a user