nicksource
03-07-2009, 06:01 AM
I remember when working with CMPS v2 there was variables for the group of the users session. Allowing me to write some scripts for group specific members.
What are they again?
For example:
if($group==1){
echo "show this";
}else{
echo "No permission";
}
What are they again?
For example:
if($group==1){
echo "show this";
}else{
echo "No permission";
}