mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -72,6 +72,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
rdconfig=new RDConfig();
|
||||
rdconfig->load();
|
||||
rdconfig->setModuleName("upload_test");
|
||||
|
||||
//
|
||||
// Open Database
|
||||
@@ -84,7 +85,7 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(256);
|
||||
}
|
||||
|
||||
RDUpload *conv=new RDUpload(rdconfig->stationName(),this);
|
||||
RDUpload *conv=new RDUpload(rdconfig,this);
|
||||
conv->setSourceFile(source_filename);
|
||||
conv->setDestinationUrl(destination_url);
|
||||
printf("Uploading...\n");
|
||||
|
||||
Reference in New Issue
Block a user