<?php
global $user;
$link="https://www.ghintpp.com/MGAGolf/TPPOnlineGolfer/logon.aspx";
if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=$link>$link</a>";
} else {
drupal_goto($link);
}
?>
Landing Page Information:
<?php
global $user;
$link="https://www.ghintpp.com/MGAGolf/TPPOnlineGolfer/logon.aspx";
if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=$link>$link</a>";
} else {
drupal_goto($link);
}
?>