summaryrefslogtreecommitdiff
path: root/text/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'text/example.php')
-rw-r--r--text/example.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/text/example.php b/text/example.php
index 691f829..2a0a6ec 100644
--- a/text/example.php
+++ b/text/example.php
@@ -19,8 +19,6 @@
$title = 'An example page';
-$body = '<p>This is an example page.</p>
-
-<p>This body will be loaded when a symbolic link to /index.php is encountered, with the same name as this file (in this case example.php). This works the same with files in subdirectories, so a link to ../index.php in /mysub/index.php will load the body from /text/mysub/index.php.</p>';
+$body = '<p>This is an example page.</p>';
?>