aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-08-28 08:27:08 +0200
committerThomas Lange <code@nerdmind.de>2017-08-28 08:27:08 +0200
commit712b82576fc052015539053151964573a2261a51 (patch)
treee4b057d51df510dc1880b97048d2038dc03d4a8d
parent43c9b35deb674509203c6991fbdab2fc6594df28 (diff)
downloadapache-errorpage-712b82576fc052015539053151964573a2261a51.tar.gz
apache-errorpage-712b82576fc052015539053151964573a2261a51.tar.xz
apache-errorpage-712b82576fc052015539053151964573a2261a51.zip
Readme has been updated to be consistent with the previous commit (forgotten to remove an explanation about a removed variable).
-rw-r--r--readme.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 81bb9e4..0154c4e 100644
--- a/readme.md
+++ b/readme.md
@@ -13,7 +13,6 @@ The following variables are defined within each `xxx.shtml` file within the `cus
* `ERRORPAGE_CODE`: This variable contains the HTTP status code for the current error or information page.
* `ERRORPAGE_TEXT`: This variable contains the description of the HTTP status code defined with `ERRORPAGE_CODE`.
-* `ERRORPAGE_INFO`: This variable contains an additional and *meaningful* description for the user about the current page.
## Installation
All files and directories provided in this package are relative to the `/etc/apache2/` (depends on the system you use) directory. To activate the configuration, just execute `a2enconf errorpage` and reload the configuration with `systemctl reload apache2`. \ No newline at end of file