When I type somewhere in my code
<?
require_once(dirname(__FILE__) . '/../../inc/config.inc.php');
if ($Admin->Connected && $Admin->HasRight('menu_Contact_Subscription', USER))
{
It shows me an raw output like this on the screen:
Connected && $Admin->HasRight('menu_Contact_Subscription', USER)) {
Why does this happen?