pk-fr / yakpro-po

YAK Pro - Php Obfuscator
http://www.php-obfuscator.com
Other
1.29k stars 363 forks source link

Undefined function directory_remove #18

Closed cabloo closed 7 years ago

cabloo commented 7 years ago

In includes/functions.php there are references to a directory_remove function which doesn't exist in PHP. Is it supposed to be rmdir? I'm not sure if that one is recursive or not.

cabloo commented 7 years ago

Oh, it's supposed to be remove_directory (which is created in that file).

pk-fr commented 7 years ago

you are right, it was remove_directory... thanks, fixed now!