openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1f28bd56c56f5fe2896a4906212a21652cca1e07
parent e1262489a5b594e136c27162c8c55f903f8b1b81
Author: dankert <devnull@localhost>
Date:   Thu,  4 Nov 2010 22:51:08 +0100

Pfad zum Server angepasst.

Diffstat:
client/php/client.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/php/client.php b/client/php/client.php @@ -39,7 +39,7 @@ $host = $_SERVER['SERVER_ADDR']; $port = $_SERVER['SERVER_PORT']; - $path = substr($_SERVER['SCRIPT_NAME'],0,-15).'/do.php'; + $path = substr($_SERVER['SCRIPT_NAME'],0,-22).'/do.php'; $method = 'GET'; // Die Funktion fsockopen() erwartet eine Protokollangabe (bei TCP optional, bei SSL notwendig).