0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Permissions
/
pnlang
/
eng
/
[
Home
]
File: init.php
<?php // $Id: init.php 15197 2004-12-16 15:46:33Z markwest $ // ---------------------------------------------------------------------- // PostNuke Content Management System // Copyright (C) 2001 by the PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- // Based on: // PHP-NUKE Web Portal System - http://phpnuke.org/ // Thatware - http://thatware.org/ // ---------------------------------------------------------------------- // 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: Everyone // Purpose of file: Translation files // Translation team: Read credits in /docs/CREDITS.txt // ---------------------------------------------------------------------- /** * @package PostNuke_System_Modules * @subpackage PostNuke_Permissions * @license http://www.gnu.org/copyleft/gpl.html */ // group_perms define('_GROUP_PERMS_1_a','2'); define('_GROUP_PERMS_1_b','1'); define('_GROUP_PERMS_1_c','0'); define('_GROUP_PERMS_1_d','.*'); define('_GROUP_PERMS_1_e','.*'); define('_GROUP_PERMS_1_f','800'); define('_GROUP_PERMS_1_g','0'); // group_perms define('_GROUP_PERMS_2_a','-1'); define('_GROUP_PERMS_2_b','2'); define('_GROUP_PERMS_2_c','0'); define('_GROUP_PERMS_2_d','Menublock::'); define('_GROUP_PERMS_2_e','Main menu:Administration:'); define('_GROUP_PERMS_2_f','0'); define('_GROUP_PERMS_2_g','0'); // group_perms define('_GROUP_PERMS_3_a','1'); define('_GROUP_PERMS_3_b','3'); define('_GROUP_PERMS_3_c','0'); define('_GROUP_PERMS_3_d','.*'); define('_GROUP_PERMS_3_e','.*'); define('_GROUP_PERMS_3_f','300'); define('_GROUP_PERMS_3_g','0'); // group_perms define('_GROUP_PERMS_4_a','0'); define('_GROUP_PERMS_4_b','4'); define('_GROUP_PERMS_4_c','0'); define('_GROUP_PERMS_4_d','Menublock::'); define('_GROUP_PERMS_4_e','Main menu:(Your account|Log out|Submit news):'); define('_GROUP_PERMS_4_f','0'); define('_GROUP_PERMS_4_g','0'); // group_perms define('_GROUP_PERMS_5_a','0'); define('_GROUP_PERMS_5_b','5'); define('_GROUP_PERMS_5_c','0'); define('_GROUP_PERMS_5_d','.*'); define('_GROUP_PERMS_5_e','.*'); define('_GROUP_PERMS_5_f','200'); define('_GROUP_PERMS_5_g','0'); ?>