Subversion Repositories oidplus

Rev

Rev 646 | Rev 654 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 646 Rev 647
Line 60... Line 60...
60
 
60
 
61
                        $out['text'] .= '<pre>';
61
                        $out['text'] .= '<pre>';
62
 
62
 
63
                        try {
63
                        try {
64
                                $mine = self::getDirContents(OIDplus::localpath());
64
                                $mine = self::getDirContents(OIDplus::localpath());
65
                                $theirs = self::checksumFileToArray('https://www.oidplus.com/checksums/svn-rev'.$ver.'.txt');
65
                                $theirs = self::checksumFileToArray('https://www.oidplus.com/checksums/svn-rev'.$ver.'.txt'); // TODO: in consts.ini
66
 
66
 
67
                                $num = 0;
67
                                $num = 0;
68
 
68
 
69
                                foreach ($mine as $filename_old => $hash_old) {
69
                                foreach ($mine as $filename_old => $hash_old) {
70
                                        $filename_old = str_replace('\\', '/', $filename_old);
70
                                        $filename_old = str_replace('\\', '/', $filename_old);