mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Added an extra parameter 'simulate'
SVN:trunk[1089]
This commit is contained in:
@@ -101,7 +101,9 @@ else
|
||||
LoginWebPage::DoLogin(); // Check user rights and prompt if needed
|
||||
|
||||
$oP = new WebPage(Dict::S("TitleSynchroExecution"));
|
||||
$sDataSourcesList = utils::ReadParam('data_sources', null);
|
||||
$sDataSourcesList = utils::ReadParam('data_sources', null, true);
|
||||
$bSimulate = (utils::ReadParam('simulate', '0', true) == '1');
|
||||
|
||||
if ($sDataSourcesList == null)
|
||||
{
|
||||
UsageAndExit($oP);
|
||||
|
||||
Reference in New Issue
Block a user