mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update index.php
This commit is contained in:
parent
e1c9dd32a7
commit
d69636b921
|
|
@ -64,7 +64,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
|
|||
*/
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("admin", "other", "website", "main", "errors"));
|
||||
$langs->loadLangs(array("admin", "other", "website"));
|
||||
|
||||
// Security check
|
||||
if (!$user->hasRight('website', 'read')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user