mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
Admin part in coding review status.
git-svn-id: http://piwigo.org/svn/trunk@1663 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user