/**
  * Return the current session id.
  * */
 public function getSessionID()
 {
     return Utilities::getSecurityToken();
 }
 /**
  * Get the token to use to add/remove from shortlist.
  * */
 public static function getSecurityToken()
 {
     return Utilities::getSecurityToken();
 }
Exemplo n.º 3
0
?>
        
        <script type="text/javascript" src="{path:app-config.js.php}"></script>
        
        <?php 
GUI::includeScripts();
?>
        
        <meta name="robots" content="noindex, nofollow" />
        
        <meta name="auth" content="noindex, nofollow" />
    </head>
    
    <body
        data-security-token="<?php 
echo Utilities::getSecurityToken();
?>
"
        data-auth-type="<?php 
echo Auth::type();
?>
"
        data-user-uid="<?php 
echo Utilities::userUID();
?>
"
        data-lang-uid="<?php 
echo Lang::getCodeStackUID();
?>
"
    >