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 / stats [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 12 Aug 2002 10:54:50 | postnuke_official/html/modules/stats | index.php,1.46.2.3,1.46.2.4 | John Robeson |
| added commented out perms call.. if somebody can make it work for me then we can actually add it.. | |||
Update of /home/cvsroot/postnuke_official/html/modules/stats
In directory ns7.hostnuke.net:/tmp/cvs-serv22734/html/modules/stats
Modified Files:
Tag: PostNuke_71
index.php
Log Message:
added commented out perms call.. if somebody can make it work for me then we can actually add it..
Index: index.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/stats/Attic/index.php,v
retrieving revision 1.46.2.3
retrieving revision 1.46.2.4
diff -C2 -d -r1.46.2.3 -r1.46.2.4
*** index.php 10 Jul 2002 21:27:26 -0000 1.46.2.3
--- index.php 12 Aug 2002 10:54:48 -0000 1.46.2.4
***************
*** 27,34 ****
// ----------------------------------------------------------------------
! if (!defined("LOADED_AS_MODULE")) {
! die ("You can't access this file directly...");
! }
!
list($dbconn) = pnDBGetConn();
--- 27,38 ----
// ----------------------------------------------------------------------
! //test this please.. i can't figure out why it's nto working
! /*if (!pnSecAuthAction(0, 'Stats::', '::', ACCESS_READ)) {
! include 'header.php';
! echo _STATSNOAUTH;
! include 'footer.php';
! return;
! }
! */
list($dbconn) = pnDBGetConn();
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 |