Admin check Admin check
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Admin check

Started by mundus, March 11, 2006, 08:37:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mundus

Hello guys,

I need some help, I want to check if the user is a admin but I can't get the code right, does anyone knows the right code?

Thanks in advance,

Arjen

Nibbler


if (GALLERY_ADMIN_MODE){
    echo 'hello admin';
} else {
    echo 'hello normal user';
}