Whoops, it's case-sensitive!
[lhc/web/wiklou.git] / includes / ZhClient.php
index 9c9461d..7f2c5cb 100644 (file)
@@ -1,12 +1,10 @@
 <?php
 /**
- * @package MediaWiki
  */
 
 /**
  * Client for querying zhdaemon
  *
- * @package MediaWiki
  */
 class ZhClient {
        var $mHost, $mPort, $mFP, $mConnected;
@@ -146,4 +144,3 @@ class ZhClient {
                fclose($this->mFP);
        }
 }
-?>
\ No newline at end of file