From c2f95486e25b8fb95aa1b070189815487eadc276 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 23 Jan 2015 13:14:28 -0500 Subject: [PATCH] metaform: make path in run.php jumpable --- metaform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaform.php b/metaform.php index c20701c..b2944f2 100644 --- a/metaform.php +++ b/metaform.php @@ -599,7 +599,7 @@ function download_tar() { $files = array( "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'), ".htaccess" => make_htaccess(), - "run.php" => " " read_whole_file('code/wfpl/metaform/styl.styl'), "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'), "$admin_name.html" => make_html(), -- 1.7.10.4