mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#13591 no id_layout enabled
This commit is contained in:
parent
c3867e623b
commit
e3fe2b01a2
@ -13,6 +13,12 @@
|
|||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
require_once '../../include/config.php';
|
require_once '../../include/config.php';
|
||||||
|
|
||||||
|
$id_layout = get_parameter('id_layout', null);
|
||||||
|
if ($id_layout !== null) {
|
||||||
|
include '../../general/noaccess.php';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
use PandoraFMS\User;
|
use PandoraFMS\User;
|
||||||
|
|
||||||
// Set root on homedir, as defined in setup.
|
// Set root on homedir, as defined in setup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user