mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Removed debug default agents to create value
This commit is contained in:
parent
28d6b73bd8
commit
93293f41ef
@ -118,7 +118,6 @@ if ($action === 'create_demo_data') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$total_agents_to_create = (int) get_parameter('agents_num', 0);
|
$total_agents_to_create = (int) get_parameter('agents_num', 0);
|
||||||
$total_agents_to_create = 30;
|
|
||||||
$total_items_count = count($parsed_ini);
|
$total_items_count = count($parsed_ini);
|
||||||
|
|
||||||
if ($total_agents_to_create > 0) {
|
if ($total_agents_to_create > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user