mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
linux's installer based on binary and data files (no parallel configuration anymore)
This commit is contained in:
@@ -170,7 +170,7 @@ $me =~ s/^.+\///;
|
||||
our $footer=$cfg->val( 'style', 'footer');
|
||||
our $map_legend = $cfg->val('style', 'map_legend');
|
||||
|
||||
$footer =~ s/VAR_CREATED_BY/<I><A HREF=\"http:\/\/rupp.de\/glest\/\">$me<\/A><\/I> version <I>$version<\/I> using config-file <I>$cfg_file<\/I> on <I>$now_string<\/I> /;
|
||||
$footer =~ s/VAR_CREATED_BY/<I><A HREF=\"http:\/\/rupp.de\/glest\/\">$me<\/A><\/I>, version: <I>$version<\/I>, using config-file: <I>$cfg_file<\/I>, on: <I>$now_string<\/I> /;
|
||||
|
||||
|
||||
our $level_hp = $cfg->val('all', 'level_hp');
|
||||
|
@@ -201,7 +201,7 @@ EOT
|
||||
|
||||
footer=<<EOT
|
||||
<!-- start footer -->
|
||||
This page was generated by VAR_CREATED_BY
|
||||
This page was generated by: VAR_CREATED_BY
|
||||
<br>
|
||||
|
||||
<div id="footer">
|
||||
|
Reference in New Issue
Block a user