Add config entry "allowSymlinks"
This commit is contained in:
parent
dcdfea55f1
commit
10b3e04dee
6 changed files with 13 additions and 4 deletions
src
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue