We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dba92 commit e3728e8Copy full SHA for e3728e8
build/deleted_file_check.php
@@ -103,10 +103,10 @@ function usage($command)
103
$excludedFolders = [
104
'images/sampledata',
105
'installation',
106
- '/media/plg_captcha_recaptcha',
107
- '/media/plg_captcha_recaptcha_invisible',
108
- '/media/plg_behaviour_compat',
109
- '/plugins/behaviour/compat',
+ 'media/plg_captcha_recaptcha',
+ 'media/plg_captcha_recaptcha_invisible',
+ 'media/plg_behaviour_compat',
+ 'plugins/behaviour/compat',
110
];
111
112
/**
0 commit comments