From 73081d29a40502abc68db3ce80115e052b95f953 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 2 Mar 2015 22:23:44 -0500 Subject: [PATCH] fix metaform (docs in tarbal) --- metaform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaform.php b/metaform.php index 9f67385..31efa99 100644 --- a/metaform.php +++ b/metaform.php @@ -598,7 +598,7 @@ function download_tar() { $admin_name = $GLOBALS['file_name']; $nice_name = $GLOBALS['public_file_name']; $files = array( - "INSTALL" => read_whole_file(__DIR__.'/'.'metaform/INSTALL'), + "README" => "These files are meant to work with wfpl.\n\nSee: http://sametwice.com/wfpl\n", ".htaccess" => make_htaccess(), "config.php" => " read_whole_file(__DIR__.'/'.'metaform/styl.styl'), -- 1.7.10.4