[Solved]: Identify usertype in anycontent.php [Solved]: Identify usertype in anycontent.php
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: Identify usertype in anycontent.php

Started by JMG, June 11, 2004, 08:14:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JMG

How do I find out if a user is registered (in anycontent.php)? Is there variable I could check to identify usertype?

Regards

JMG

JMG

#1
I found it:  USER_ID

      if (!USER_ID) {
           echo "You're not registered. Register!";
       }


/JMG