mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Added few things to mr
This commit is contained in:
parent
cdcd48ca17
commit
e7339e3f87
@ -52,7 +52,7 @@ if (is_ajax ()) {
|
|||||||
else {
|
else {
|
||||||
if (file_exists($dir) && is_dir($dir)) {
|
if (file_exists($dir) && is_dir($dir)) {
|
||||||
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";
|
||||||
}
|
}
|
||||||
else if ($config["MR"] >= $number) {
|
else if ($config["MR"] >= $number) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user