mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +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([
|
register_module([
|
||||||
"name" => "Command-line interface",
|
"name" => "Command-line interface",
|
||||||
"version" => "0.1.1",
|
"version" => "0.1.2",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Allows interaction with Pepperminty Wiki on the command line.",
|
"description" => "Allows interaction with Pepperminty Wiki on the command line.",
|
||||||
"id" => "feature-cli",
|
"id" => "feature-cli",
|
||||||
|
@ -63,7 +63,7 @@ function ensure_cli() {
|
||||||
|
|
||||||
header("content-type: text/plain");
|
header("content-type: text/plain");
|
||||||
exit("Oops! Somewhere along the way Pepperminty Wiki's command-line interface was invoked by accident.
|
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