PHP code review: is it open to object code injection through unserialize

I'm trying to figure out if the code below is open to object injection: <?php // loggin level define('CRIT', 5); define('ERROR', 4); // secret is defined somewhere in the script ...

Information Security Stack Exchange