Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/teamspeakviewer/libraries/teamspeak3.lib.php

    r4356 r4599  
    2222    * 
    2323    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    24     * 
    2524    * @author     Jens-André Koch <vain@clansuite.com> 
    2625    * @copyright  Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 
    27     * 
    2826    * @link       http://www.clansuite.com 
    29     * @link       http://gna.org/projects/clansuite 
    3027    * 
    3128    * @version    SVN: $Id$ 
     
    388385            while(strpos($data, 'msg=') === false); 
    389386 
    390             #clansuite_xdebug::printR($data); 
     387            #Clansuite_Debug::printR($data); 
    391388 
    392389            # now check if the server response data contains an error 
     
    512509        $response .= $this->ServerQueryCommand('channellist -topic -flags -voice -limits'); 
    513510        $response .= $this->ServerQueryCommand('clientlist -uid -away -voice -groups'); 
    514         #clansuite_xdebug::printR($this->toArray($response)); 
     511        #Clansuite_Debug::printR($this->toArray($response)); 
    515512 
    516513        return $response; 
     
    527524        $response .= $this->ServerQueryCommand('use sid='.$this->getVirtualServerID()); 
    528525        $response .= $this->ServerQueryCommand('serverlist -all'); 
    529         #clansuite_xdebug::printR($this->toArray($response)); 
     526        #Clansuite_Debug::printR($this->toArray($response)); 
    530527 
    531528        return $response; 
Note: See TracChangeset for help on using the changeset viewer.