diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php index 8177f3336e4..dbec3def1c6 100644 --- a/htdocs/admin/system/dolibarr.php +++ b/htdocs/admin/system/dolibarr.php @@ -17,7 +17,6 @@ * * $Id$ * $Source$ - * */ /** @@ -28,6 +27,9 @@ require("./pre.inc.php"); +if (!$user->admin) + accessforbidden(); + llxHeader();