Add config entry "allowSymlinks"

This commit is contained in:
Jonas Kulla 2013-10-20 22:38:46 +02:00
parent dcdfea55f1
commit 10b3e04dee
6 changed files with 13 additions and 4 deletions

View file

@ -54,7 +54,8 @@ struct FileSystemPrivate;
class FileSystem
{
public:
FileSystem(const char *argv0);
FileSystem(const char *argv0,
bool allowSymlinks);
~FileSystem();
void addPath(const char *path);