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 /download-source.php | |
parent | 705b1a62a491e76945e1b5a1a1a691552d5993e4 (diff) | |
download | njw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.tar.bz2 njw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.zip |
Renamed text/ to webpages/
Diffstat (limited to 'download-source.php')
-rw-r--r-- | download-source.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download-source.php b/download-source.php index 244b482..de3da35 100644 --- a/download-source.php +++ b/download-source.php @@ -18,6 +18,6 @@ include($_SERVER['DOCUMENT_ROOT'] . "/includes/tarball.php"); -return_tarball('njw-website-source', 'includes/ graphics/candles.ico graphics/COPYING text/example.php index.php download-source.php rss.php rss-full.php COPYING'); +return_tarball('njw-website-source', 'includes/ graphics/candles.ico graphics/COPYING webpages/example.php index.php download-source.php rss.php rss-full.php COPYING'); ?> |