summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/api.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/rebootcontrol/api.inc.php')
-rw-r--r--modules-available/rebootcontrol/api.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/api.inc.php b/modules-available/rebootcontrol/api.inc.php
index 6ebc8399..05fa5699 100644
--- a/modules-available/rebootcontrol/api.inc.php
+++ b/modules-available/rebootcontrol/api.inc.php
@@ -12,7 +12,7 @@ if (Request::any('action') === 'rebuild' && isLocalExecution()) {
}
/*
Needed POST-Parameters:
- 'token' -- for authentification
+ 'token' -- for authentication
'action' -- which action should be performed (shutdown or reboot)
'clients' -- which are to reboot/shutdown (json encoded array!)
'timer' -- (optional) when to perform action in minutes (default value is 0)