mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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 (is_readable($dir)) {
|
||||||
if ($number > $config['MR'] + 1) {
|
if ($number > $config['MR'] + 1) {
|
||||||
$message = "bad_mr_filename";
|
$message = "bad_mr_filename";
|
||||||
|
|
||||||
echo $message;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
else if ($config["MR"] >= $number) {
|
else if ($config["MR"] >= $number) {
|
||||||
if (!file_exists($dir."/updated") || !is_dir($dir."/updated")) {
|
if (!file_exists($dir."/updated") || !is_dir($dir."/updated")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user