09-10-2018, 02:16 AM
Hi, I haveĀ a question about this line
is only found in the index.php of the root of the site. My question is whether I should keep that line alone there or should I incorporate it into my other custom pages?
PHP Code:
<?php if(isset($user) && $user->isLoggedIn()){ } ?>