Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1116 → Rev 1130

/trunk/setup/setup.min.css.php
31,7 → 31,11
 
$do_minify = OIDplus::baseConfig()->getValue('MINIFY_CSS', true);
 
function process_file($filename) {
/**
* @param string $filename
* @return string
*/
function process_file(string $filename): string {
global $do_minify;
 
if (!file_exists($filename)) return "";