mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
try to fix path to /.version file
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2bf44a7e4b
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-12-06 (Sun, 06 Dec 2020)
Origin message was:
------------------
- try to fix path to /.version file
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -730,7 +730,7 @@ void CNetworkSetup::testNetworkSettings()
|
||||
|
||||
//get www-domain testsite from /.version
|
||||
CConfigFile config('\t');
|
||||
config.loadConfig(TARGET_PREFIX "/.version");
|
||||
config.loadConfig(IMAGE_VERSION_FILE);
|
||||
testsite = config.getString("homepage",defaultsite);
|
||||
testsite.replace( 0, testsite.find("www",0), "" );
|
||||
|
||||
|
Reference in New Issue
Block a user