From 558b543b6eda1d3532e38bd48e93304259a2f166 Mon Sep 17 00:00:00 2001
From: Falko Timme <ft@falkotimme.com>
Date: Sat, 03 May 2014 04:29:26 -0400
Subject: [PATCH] - Make sure full cron jobs are written unchanged; with the previous version, a cron job like "cd /var/www/example.com/web/ && /opt/php-5.4.23/bin/php shopware.php /backend/cron" was changed to "/var/www/clients/client1/web1/cd /var/www/example.com/web/ && /opt/php-5.4.23/bin/php shopware.php /backend/cron" which of course does not work.

---
 remoting_client/API-docs/server_get_serverid_by_ip.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/remoting_client/API-docs/server_get_serverid_by_ip.html b/remoting_client/API-docs/server_get_serverid_by_ip.html
index 420caad..3795569 100644
--- a/remoting_client/API-docs/server_get_serverid_by_ip.html
+++ b/remoting_client/API-docs/server_get_serverid_by_ip.html
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><title>Postfix Monitoring With Mailgraph And pflogsumm</title>
+<html><head><title>ISPCOnfig 3 remote API documentation</title>
 
   
 

--
Gitblit v1.9.1