Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 635 → Rev 648

/trunk/dev/find_copyright_missing
27,7 → 27,6
if (strpos(str_replace('\\','/',realpath($file)),'/vendor/') !== false) continue; // ignore third-party-code
if (strpos(str_replace('\\','/',realpath($file)),'/bcrypt_worker.js') !== false) continue; // ignore third-party-code
if (strpos(str_replace('\\','/',realpath($file)),'/userdata/') !== false) continue;
if (strpos(str_replace('\\','/',realpath($file)),'/includes/classes/http_class.class.php') !== false) continue;
if (strpos(str_replace('\\','/',realpath($file)),'/plugins/viathinksoft/objectTypes/oid/WeidOidConverter.class.php') !== false) continue;
if (($file->getExtension() == 'php') || ($file->getExtension() == 'js')) {
$cont = file_get_contents($file);