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

Organizations

@Redesul @acaodiretastudio

Block or report gfucci

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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);