Skip to content

Commit 51bf3f6

Browse files
committed
additional stock types for virtuozzo
1 parent ea95d83 commit 51bf3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parallels.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
function activate_parallels($ipAddress, $type, $addons = '')
2525
{
2626
function_requirements('class.Parallels');
27-
myadmin_log('licenses', 'info', "Parallels New License $ipAddress Type $type Addons $addons called", __LINE__, __FILE__);
27+
myadmin_log('licenses', 'info', "Parallels New License {$ipAddress} Type {$type} Addons {$addons} called", __LINE__, __FILE__);
2828
ini_set('max_execution_time', 1000); // just put a lot of time
2929
ini_set('default_socket_timeout', 1000); // same
3030
$parallels = new \Detain\Parallels\Parallels();

0 commit comments

Comments
 (0)