This commit is contained in:
Alessandro Pasotti 2018-03-01 13:52:07 +01:00
parent 1d7d51c8e1
commit 0050eb5936

View File

@ -220,7 +220,7 @@ void QgsApplication::init( QString profileFolder )
setPrefixPath( myPrefix, true );
#else
QDir myDir( applicationDirPath() );
// Fix for server wich is one level deeper in /usr/lib/cgi-bin
// Fix for server which is one level deeper in /usr/lib/cgi-bin
if ( applicationDirPath().contains( QStringLiteral( "cgi-bin" ) ) )
{
myDir.cdUp();