Admin check Admin check
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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';
}