Skip to content
View gfucci's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Redesul
  • Florianópolis
  • 21:33 (UTC -03:00)

Organizations

@Redesul @acaodiretastudio

Block or report gfucci

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Delete files recursively by extensions Delete files recursively by extensions
    1
    <?php
    2
    
                  
    3
    // deletes all files with the chosen extensions. The script will run on all folders and subfolders starting from the folder where you ran the script (don't forget to make a backup first)
    4
    
                  
    5
    ini_set('memory_limit', -1);