<?php
/**************************************************************************
Copyright (C) 2005 Bartosz 'Denver' Olchowka
http://olchowka.info/
This file is part of System Stron Klanowych.
System Stron Klanowych is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
System Stron Klanowych 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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
****************************************************************************/
#-----------------------------------------------------
# Uprawnienia userow do poszczegolnych dzialow
#
# Przeniesione do oddzielnego pliku w celu mozliwosci
# dodawania nowych bez ingerencji w kod klasy
#-----------------------------------------------------
$arrUserAuths = array ('siteoptions', 'newsadd','newsedit','newsdel','comadd','comedit','comdel','caladd',
'caledit','caldel','profphoto','profconfig','playadd','playedit','playpass','playauth','playrank',
'playfiel','playdel','playphoto','playconfig','gbedit','gbdel','cwadd','cwedit','cwdel','cwscreen','cwdemo',
'cwcomadd','cwcomedit','cwcomdel','topadd','topedit','topdel','postadd','postedit','postdel');
$arrUserAuthValues = array ('options', 'add','edit','pass','del','auth','fiel','rank','photo','config','screen','demo');
?>