From e372dd6925058eddf34e5b2b5ca59a5707befb37 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Fri, 11 Oct 2013 02:58:52 -0400
Subject: [PATCH] Implemented:  - javascript hooks prepared (onAfterContentLoad is first available hook)  - new abstract class for GET and POST requests  - new js.d directory that is included into main template

---
 remoting_client/examples/sites_database_add.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/remoting_client/examples/sites_database_add.php b/remoting_client/examples/sites_database_add.php
index 0337dad..f3ddc29 100644
--- a/remoting_client/examples/sites_database_add.php
+++ b/remoting_client/examples/sites_database_add.php
@@ -19,12 +19,14 @@
 	$params = array(
 			'server_id' => 1,
 			'type' => 'mysql',
-			'database_name' => 'db_name1',
-			'database_user' => 'db_name1',
-			'database_password' => 'db_name1',
+			'database_name' => 'db_name2',
+			'database_user_id' => '1',
+			'database_ro_user_id' => '0',
 			'database_charset' => 'UTF8',
-			'remote_access' => 'n',
+			'remote_access' => 'y',
 			'remote_ips' => '',
+			'backup_interval' => 'none',
+			'backup_copies' => 1,
 			'active' => 'y'
 			);
 	

--
Gitblit v1.9.1