mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/16543] Rename script
PHPBB3-16543
This commit is contained in:
parent
b2affdff5b
commit
39d700b87a
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ if (php_sapi_name() !== 'cli')
|
|||
|
||||
if (version_compare(PHP_VERSION, '7.1.3', '<'))
|
||||
{
|
||||
die('stylesheet_cache_busters.php requires at least PHP 7.1.3');
|
||||
die('update_stylesheet_querystrings.php requires at least PHP 7.1.3');
|
||||
}
|
||||
|
||||
// Usage: "$ php build/stylesheet_cache_busters.php"
|
||||
// Usage: "$ php build/update_stylesheet_querystrings.php"
|
||||
$targets = [dirname(dirname(__FILE__)) . '/phpBB/styles/prosilver/theme/stylesheet.css'];
|
||||
|
||||
array_map('patch_glob', $targets);
|
Loading…
Add table
Reference in a new issue