Fixed problems with login that this user not have a administration permissions. Gitlab #323

This commit is contained in:
m-lopez-f 2017-02-21 09:47:32 +01:00
parent 028e5c60d2
commit 8a1bdf5017

View File

@ -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 ------------------