pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Recursive remove does not work on FTP #69

Open newelement opened 8 years ago

newelement commented 8 years ago

on line 133 of Ftp.php $this->recursive_remove($file);

Should be: $this->recursive_remove($file_or_directory.'/'.$file);