mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Set default agents to create to 30
This commit is contained in:
parent
0bdc6978e6
commit
5a5674f3b4
@ -118,7 +118,7 @@ if ($action === 'create_demo_data') {
|
||||
}
|
||||
|
||||
$total_agents_to_create = (int) get_parameter('agents_num', 0);
|
||||
$total_agents_to_create = 10;
|
||||
$total_agents_to_create = 30;
|
||||
$total_items_count = count($parsed_ini);
|
||||
|
||||
if ($total_agents_to_create > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user