From: Jason Woofenden Date: Thu, 18 Dec 2014 20:17:05 +0000 (-0500) Subject: metaform: make run.php include (instead of being a symlink) X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=04adc2c02a5de04a859832037fddf08c98ed684a metaform: make run.php include (instead of being a symlink) --- diff --git a/metaform.php b/metaform.php index 411a9b2..b8580f4 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 ->" => 'code/wfpl/run.php', + "run.php" => " read_whole_file('code/wfpl/metaform/style.less'), "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'), "$admin_name.html" => make_html(),