Skip to content
  • Lukas Fleischer's avatar
    Replaced rm_rf() by rm_tree(). · 389d3a55
    Lukas Fleischer authored
    
    
    Implemented recursive directory deletion in PHP properly without the use
    of exec(). This improves security, performance and portability and makes
    the code compatible with PHP's Safe Mode as well as with PHP setups that
    disable exec() using the "disable_functions" directive.
    
    Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
    389d3a55