From a4473e8201060e4285592fabc4fdb56ac12ddd2b Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 16 Dec 2006 09:40:59 +0000 Subject: [PATCH] Admin part in coding review status. git-svn-id: http://piwigo.org/svn/trunk@1663 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/ws_checker.php | 16 -------------- install/db/40-database.php | 44 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 16 deletions(-) create mode 100644 install/db/40-database.php diff --git a/admin/ws_checker.php b/admin/ws_checker.php index a95f4c8b8..82a188181 100644 --- a/admin/ws_checker.php +++ b/admin/ws_checker.php @@ -145,25 +145,9 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); check_status(ACCESS_ADMINISTRATOR); -// FIXME would be in migration process but could stay here -// Config parameters -if (!isset($conf['ws_status'])) -{ - $conf['ws_status'] = false; - - $query = ' - INSERT INTO '.CONFIG_TABLE.' - (param,value,comment) - VALUES - (\'ws_status\', \'false\', \'Web Service status\' ) - ;'; - pwg_query($query); -} - // accepted queries $req_type_list = official_req(); - //--------------------------------------------------------- update informations // Is status temporary changed? diff --git a/install/db/40-database.php b/install/db/40-database.php new file mode 100644 index 000000000..99779822f --- /dev/null +++ b/install/db/40-database.php @@ -0,0 +1,44 @@ +