tbrehm
2010-05-11 2e961201be67cc348e7da22ad7c32c87c9f3d30d
interface/lib/app.inc.php
@@ -203,6 +203,10 @@
      if(isset($_SESSION['s']['user']) && $this->auth->has_clients($_SESSION['s']['user']['userid'])) {
         $this->tpl->setVar('is_reseller', 1);
      }
      /* Show username */
      if(isset($_SESSION['s']['user'])) {
         $this->tpl->setVar('cpuser', $_SESSION['s']['user']['username']);
      }
   }
} // end class