Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1438 → Rev 1439

/trunk/dev/oidplus_v1_compare
26,7 → 26,7
 
# ---
 
#$cont = file_get_contents('https://oidplus.viathinksoft.com/oidplus_old/?action=list_all');
#$cont = file_get_contents('https://hosted.oidplus.com/viathinksoft_old/?action=list_all');
$cont = file_get_contents(__DIR__ . '/oidplus_1_with_token.html');
 
preg_match_all('@oid=\.(.+)">@ismU', $cont, $m);