-jailshell-2.05b$ find . -name "*.php" -exec grep -i "getcwd" {} /dev/null \;
./installer.php:$WorkingDirectory = getcwd()."/";
./library/Filebrowser.Configuration.class.php: $this->CurrentWorkingDirectory = getcwd();
./library/Filebrowser.Thumbnailer.class.php: $this->CurrentWorkingDirectory = getcwd();
So does Vanilla have an embedded version of the FileBrowser?
It looks like Vanilla itself only uses it in the installer.
Comments