* incrase number of arguments.
authorWilfried Göesgens <willi@citadel.org>
Thu, 12 Jun 2008 19:12:08 +0000 (19:12 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 12 Jun 2008 19:12:08 +0000 (19:12 +0000)
ctdlphp/ctdlprotocol.php

index 6ce5381ddf78fc51401b68ea38061819e3197c4d..80b5a3219739f227664bb79942009ca944a0d5e1 100644 (file)
@@ -372,7 +372,7 @@ function become_logged_in($server_parms) {
 function ctdl_get_serv_info() {
        serv_puts("INFO");
        $reply = read_array();
-       if ((count($reply) == 22) &&
+       if ((count($reply) == 23) &&
            substr($reply[0], 0, 1) == "1") {
                $server_info=array();
                $server_info["serv_nodename"]  = $reply[1];