diff options
author | Nick White <git@njw.me.uk> | 2009-10-05 00:23:48 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-10-05 00:23:48 +0100 |
commit | deb4f53d36b83cffa42063ea0186fd0babf2f505 (patch) | |
tree | f7a46912f771e76d770e0f3f4ded0b317c9f7c09 /index.php | |
parent | 705b1a62a491e76945e1b5a1a1a691552d5993e4 (diff) | |
download | njw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.tar.bz2 njw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.zip |
Renamed text/ to webpages/
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -$contentpath = $_SERVER['DOCUMENT_ROOT'] . "/text/" . $_SERVER['REQUEST_URI']; +$contentpath = $_SERVER['DOCUMENT_ROOT'] . "/webpages/" . $_SERVER['REQUEST_URI']; if ( is_dir($contentpath) == TRUE ) $contentpath .= 'index.php'; |