X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FApplication.hpp;fp=src%2FApplication.hpp;h=0aed9c800683f446aa76f6ee3b5ce74a7ed6677f;hp=be7ed828baa7b345726bd989eee623e6c1e55eb7;hb=2a758f9f80a0074585f6a4c603cde9be03502d4e;hpb=a93e48d4dea5133e6b0c7d88cfa39557cd6637bb diff --git a/src/Application.hpp b/src/Application.hpp index be7ed82..0aed9c8 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -107,6 +107,14 @@ namespace suPHP { const Configuration& config) const throw (SoftException); + + /** + * Checks ownership and permissions for parent directories + */ + void checkParentDirectories(const File& file, + const UserInfo& owner, + const Configuration& config) const + throw (SoftException); public: /**