[ticket/16543] Add script for automate it on builds

PHPBB3-16543
This commit is contained in:
3D-I 2020-07-02 23:39:24 +02:00 committed by Marc Alexander
parent 3ce8510f88
commit b2affdff5b
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -18,7 +18,7 @@ if (php_sapi_name() !== 'cli')
if (version_compare(PHP_VERSION, '7.1.3', '<'))
{
die('patch_stylesheet_cache_busters.php requires at least PHP 7.1.3');
die('stylesheet_cache_busters.php requires at least PHP 7.1.3');
}
// Usage: "$ php build/stylesheet_cache_busters.php"