File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414define ('DISTDIR ' , BASEDIR .'distribution/ ' );
1515define ('EXAMPLESDIR ' , BASEDIR .'examples/ ' );
1616//define('BASEDIRUP', dirname(__FILE__).'/..');
17- define ('FOUNDDIR ' , dirname (__FILE__ ).'/../../.. ' ));
17+ // define('FOUNDDIR', dirname(__FILE__).'/../../..'));
1818
1919require_once (DOMITDIR .'xml_domit_include.php ' );
2020require_once (GENLIBDIR .'xhtml.class.php ' );
Original file line number Diff line number Diff line change 1111putenv ('HOME= ' . CONTENTDIR );
1212
1313$ source = CONTENTDIR ."static/foundation-site/ " ;
14- // $dest = $path."foundation-site/";
15- $ dest = FOUNDDIR ;
14+ $ dest = $ path ."foundation-site/ " ;
15+ // $dest = FOUNDDIR;
1616
1717$ page = new Page ("Foundation Overview " , "Foundation Overview " );
1818$ page ->content (file_get_contents ($ source ."overviewf.html " ));
1919writeFile ($ dest ."index.html " , $ page ->out ());
20- # copydirr($source.'/images ', $path .'/images');
20+ copydirr ($ source .'/imgs ' , $ dest .'/images ' );
2121
2222//echo("hey");
2323//echo($dest);
5151//writeFile($dest."donate/index.html", $page->out());
5252
5353
54+
55+
5456$ benchmark_end = microtime_float ();
5557$ execution_time = round ($ benchmark_end - $ benchmark_start , 4 );
5658
You can’t perform that action at this time.
0 commit comments