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 / groups / pnlang / eng [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 07 Aug 2002 04:04:39 | postnuke_official/html/modules/groups/pnlang/eng | userapi.php,NONE,1.1 | st.ego |
| c&p from Example/Template module, needed for new user gui functions | |||
Update of /home/cvsroot/postnuke_official/html/modules/groups/pnlang/eng
In directory ns7.hostnuke.net:/tmp/cvs-serv25175/html/modules/groups/pnlang/eng
Added Files:
userapi.php
Log Message:
c&p from Example/Template module, needed for new user gui functions
--- NEW FILE: userapi.php ---
<?php
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
// PostNuke Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Original Author of file: Jim McDonald
// Purpose of file: Template administration display functions
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
// Original Author of file: Chad Kraeft
// Purpose of file: Group defines for pnuserapi.php
// ----------------------------------------------------------------------
define('_GETFAILED', 'Group load failed');
if (!defined('_GROUPSNOAUTH')) {
define('_GROUPSNOAUTH','Not authorised to access Groups module');
}
?>
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 |