mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
typo
This commit is contained in:
@@ -267,7 +267,7 @@ if (utils::IsModeCLI())
|
||||
}
|
||||
else
|
||||
{
|
||||
ExitError($oPage, "Access restricted or wrong credentials ('$sAuthUser')");
|
||||
ExitError($oP, "Access restricted or wrong credentials ('$sAuthUser')");
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -279,7 +279,7 @@ else
|
||||
|
||||
if (!UserRights::IsAdministrator())
|
||||
{
|
||||
ExitError($oPage, "Access restricted to administors");
|
||||
ExitError($oP, "Access restricted to administors");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user