Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 27 Jul 2002 00:01:09 | postnuke_official/html/includes | pnAPI.php,1.81.2.24,1.81.2.25 | Mike |
| allow empty referer as local | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv18839
Modified Files:
Tag: PostNuke_71
pnAPI.php
Log Message:
allow empty referer as local
Index: pnAPI.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnAPI.php,v
retrieving revision 1.81.2.24
retrieving revision 1.81.2.25
diff -C2 -d -r1.81.2.24 -r1.81.2.25
*** pnAPI.php 21 Jul 2002 11:35:16 -0000 1.81.2.24
--- pnAPI.php 27 Jul 2002 00:01:07 -0000 1.81.2.25
***************
*** 1077,1081 ****
}
! if (preg_match("!^http://$server/!", $referer)) {
return true;
} else {
--- 1077,1081 ----
}
! if (empty($referer) || preg_match("!^http://$server/!", $referer)) {
return true;
} else {
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |