File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111$ page ->content (file_get_contents ($ index ));
1212//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
1313writeFile ($ tools_dir .'/index.html ' , $ page ->out ());
14- // copydirr(CONTENTDIR."api_$lang/LIB_images", BASEDIR.$tools_dir.'/images');
14+ copydirr (CONTENTDIR ."api_ $ lang/LIB_images " , BASEDIR .$ tools_dir .'/images ' );
1515
1616// copy over the files for the contributed libraries
17- // copy(CONTENTDIR."static/tools.html", BASEDIR.$tools_dir.'/tools.html');
17+ copy (CONTENTDIR ."static/tools.html " , BASEDIR .$ tools_dir .'/tools.html ' );
1818
1919$ benchmark_end = microtime_float ();
2020$ execution_time = round ($ benchmark_end - $ benchmark_start , 4 );
2121
2222?>
2323
24- <h2>Library Generation Successful</h2>
24+ <h2>Tool Generation Successful</h2>
2525<p>Generated files in <?= $ execution_time?> seconds.</p>
You can’t perform that action at this time.
0 commit comments