From 08669660700ad0ef62ab5de10b06c555f2a067e7 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Sun, 07 Jun 2009 14:32:07 -0400 Subject: [PATCH] - support for limiting remote access to database to certain ip addresses - changed GRANTs for slave servers on multiserver setups - added option for clients to change path of ftp users (inside webroot) - extended software packaging system (return status of install) - added 2 plugins for automatically create symlinks webmail and phpmyadmin on each website (not enabled by default) --- install/update.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/install/update.php b/install/update.php index d4d0058..727dfd0 100644 --- a/install/update.php +++ b/install/update.php @@ -165,6 +165,9 @@ //** Create the mysql database $inst->configure_database(); +//** Update master database rights +$inst->grant_master_database_rights(); + //** empty all databases $db_tables = $inst->db->getTables(); -- Gitblit v1.9.1