mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
feature-cli: fix typo
This commit is contained in:
parent
351b24eb48
commit
0c9934038c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
register_module([
|
||||
"name" => "Command-line interface",
|
||||
"version" => "0.1.1",
|
||||
"version" => "0.1.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Allows interaction with Pepperminty Wiki on the command line.",
|
||||
"id" => "feature-cli",
|
||||
|
@ -63,7 +63,7 @@ function ensure_cli() {
|
|||
|
||||
header("content-type: text/plain");
|
||||
exit("Oops! Somewhere along the way Pepperminty Wiki's command-line interface was invoked by accident.
|
||||
This is unfortunately an unrecoverable fatal error. Please get in touch with $settings->admindetails_name, $settings->sitename's administrator (their email address si $settings->admindetails_email).
|
||||
This is unfortunately an unrecoverable fatal error. Please get in touch with $settings->admindetails_name, $settings->sitename's administrator (their email address is $settings->admindetails_email).
|
||||
");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue