diff --git a/index.php b/index.php
index 2e526f6999014056b8fc491c0db74dfada677079..5a18fb1463d4b81ccce47236e23625b3af4d14b0 100644
--- a/index.php
+++ b/index.php
@@ -44,7 +44,7 @@ require(CLIENTINC_DIR.'header.inc.php');
     </div>
     <div class="front-page-button pull-right">
         <p>
-            <a href="view.php" class="blue button"><?php echo __('Check Ticket Status');?></a>
+            <a href="<?php if(is_object($thisclient)){ echo 'tickets.php';} else {echo 'view.php';}?>" class="blue button"><?php echo __('Check Ticket Status');?></a>
         </p>
     </div>
 </div>