From dce744156d5f8786962189cc96462c7a704d84c0 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 10 Sep 2009 21:45:22 +0100 Subject: Removed outdated example instructions --- text/example.php | 4 +--- 1 file changed, 1 insertion(+), 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 = '

This is an example page.

- -

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.

'; +$body = '

This is an example page.

'; ?> -- cgit v1.2.3