Skip to content

Commit

Permalink
globalSourcesTimeOut not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Nov 5, 2016
1 parent fad9b49 commit 5ac10e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,9 +923,10 @@
}
$settings = array_merge($settings,array('globalSources' => $gSources));

/*
$sbstimeout = filter_input(INPUT_POST,'sbstimeout',FILTER_SANITIZE_NUMBER_INT);
$settings = array_merge($settings,array('globalSourcesTimeOut' => $sbstimeout));

*/
$acarshost = filter_input(INPUT_POST,'acarshost',FILTER_SANITIZE_STRING);
$acarsport = filter_input(INPUT_POST,'acarsport',FILTER_SANITIZE_NUMBER_INT);
$settings = array_merge($settings,array('globalACARSHost' => $acarshost,'globalACARSPort' => $acarsport));
Expand Down

0 comments on commit 5ac10e9

Please sign in to comment.