No subject


Fri Sep 24 20:14:48 CEST 2010


    function __construct() {
        global $BE_USER;
        global $TSFE;
        $this->log( is_object( $BE_USER ) ); // only true for BE admins
        $this->log( $TSFE->beUserLogin ); // only true for BE admins
    }


(I'm using a custom logger method, don't think this is relevant here)

Nicolas


More information about the TYPO3-english mailing list