aMule Forum
English => en_Bugs => Topic started by: dfme on January 04, 2006, 05:00:56 PM
-
hello and happy new year...
i've installed the new amule version and i have noticed a small typo when accessing amuled over amuleweb:
on the top left corner of my browser (firefox) it reads: "aMule CVS - Web Control Panel - Mozilla Firefox" when in fact it should read "aMule 2.1.0 - Web Control Panel - Mozilla Firefox"
-
Maybe it's a problem with the template you are using? Maybe when you installed the template being used is still the CVS one? I don't know, since at this moment I'm still using a CVS version.
Regards.
-
i used amule version 2.0.3 before with default template.
i got ubuntu binaries from Wuischke: http://mitglied.lycos.de/wuischke
but i suppose he compiled the source from 2.1.0... or maybe not??
-
Well...I at least thought so...;)
This little cosmetic error is in my sources as well, I guess I'm innocent...
How did Kry say: Blame the testers! :P
-
Originally posted by wuischke
Well...I at least thought so...;)
This little cosmetic error is in my sources as well, I guess I'm innocent...
How did Kry say: Blame the testers! :P
lol
well i've just checked the source from the tar
(downloadable from:
http://www.amule.org/files/download.php?file=139
)
and the index.php has title defined as
aMule CVS - Web Control Panel
this in chicane and default template
i know it's a minor cosmetic error...
-
Well, I guess it should be added to the list of things that should be done when releasing a new version, or even better, since amule now has PHP support, maybe it can be replaced the static string (as it is right now) with a dynamic king of $amule_version to make it dynamic, so no matther the version, it will show the right string. Maybe lfroen can do this, since the PHP server is his work.
Regards.
-
Originally posted by skolnick
Well, I guess it should be added to the list of things that should be done when releasing a new version, or even better, since amule now has PHP support, maybe it can be replaced the static string (as it is right now) with a dynamic king of $amule_version to make it dynamic, so no matther the version, it will show the right string. Maybe lfroen can do this, since the PHP server is his work.
Regards.
more like php amule_version(); ?>
:)
and that's easy to do...
-
yeah, you're right. Too much XML for me these days, I gotta get a rest :P
Regards.
-
more like php amule_version(); ?>
Good idea - i will add it.