mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed problems with login that this user not have a administration permissions. Gitlab #323
This commit is contained in:
parent
028e5c60d2
commit
8a1bdf5017
@ -508,12 +508,12 @@ if (! isset ($config['id_user'])) {
|
|||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set_time_limit((int)$PHPmax_execution_time);
|
||||||
|
ini_set('upload_max_filesize', $PHPupload_max_filesize);
|
||||||
|
ini_set('memory_limit', $PHPmemory_limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
set_time_limit((int)$PHPmax_execution_time);
|
|
||||||
ini_set('upload_max_filesize', $PHPupload_max_filesize);
|
|
||||||
ini_set('memory_limit', $PHPmemory_limit);
|
|
||||||
|
|
||||||
//==========================================================
|
//==========================================================
|
||||||
//-------- SET THE CUSTOM CONFIGS OF USER ------------------
|
//-------- SET THE CUSTOM CONFIGS OF USER ------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user