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 / modules / quotes / pnblocks [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 25 Jul 2002 22:25:01 | postnuke_official/html/modules/quotes/pnblocks | quote.php,1.3,1.3.2.1 | John Robeson |
| lowercasing security schema | |||
Update of /home/cvsroot/postnuke_official/html/modules/quotes/pnblocks
In directory ns7.hostnuke.net:/tmp/cvs-serv6830/html/modules/quotes/pnblocks
Modified Files:
Tag: PostNuke_71
quote.php
Log Message:
lowercasing security schema
Index: quote.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/quotes/pnblocks/Attic/quote.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** quote.php 11 Mar 2002 13:04:31 -0000 1.3
--- quote.php 25 Jul 2002 22:24:59 -0000 1.3.2.1
***************
*** 6,13 ****
// http://www.postnuke.com/
// ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
// LICENSE
//
--- 6,9 ----
***************
*** 32,36 ****
{
// Security
! pnSecAddSchema('Quotes:Quoteblock:', 'Block title::');
}
--- 28,32 ----
{
// Security
! pnSecAddSchema('quotes:quoteblock:', 'Block title::');
}
***************
*** 38,42 ****
{
return array('text_type' => 'Quote',
! 'module' => 'Quotes',
'text_type_long' => 'Random Quote',
'allow_multiple' => true,
--- 34,38 ----
{
return array('text_type' => 'Quote',
! 'module' => 'quotes',
'text_type_long' => 'Random Quote',
'allow_multiple' => true,
***************
*** 49,53 ****
{
// Database information
! pnModDBInfoLoad('Quotes');
list($dbconn) = pnDBGetConn();
--- 45,49 ----
{
// Database information
! pnModDBInfoLoad('quotes');
list($dbconn) = pnDBGetConn();
***************
*** 56,60 ****
$quotescolumn = &$pntable['quotes_column'];
! if (!pnSecAuthAction(0, 'Quotes:Quoteblock:', "$blockinfo[title]::", ACCESS_READ)) {
return;
}
--- 52,56 ----
$quotescolumn = &$pntable['quotes_column'];
! if (!pnSecAuthAction(0, 'quotes:quoteblock:', "$blockinfo[title]::", ACCESS_READ)) {
return;
}
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 |