From deb4f53d36b83cffa42063ea0186fd0babf2f505 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 5 Oct 2009 00:23:48 +0100 Subject: Renamed text/ to webpages/ --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 8d7e965..e86cf11 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -$contentpath = $_SERVER['DOCUMENT_ROOT'] . "/text/" . $_SERVER['REQUEST_URI']; +$contentpath = $_SERVER['DOCUMENT_ROOT'] . "/webpages/" . $_SERVER['REQUEST_URI']; if ( is_dir($contentpath) == TRUE ) $contentpath .= 'index.php'; -- cgit v1.2.3