Skip to content

Commit

Permalink
additional stock types for virtuozzo
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Oct 15, 2019
1 parent ea95d83 commit 51bf3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parallels.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
function activate_parallels($ipAddress, $type, $addons = '')
{
function_requirements('class.Parallels');
myadmin_log('licenses', 'info', "Parallels New License $ipAddress Type $type Addons $addons called", __LINE__, __FILE__);
myadmin_log('licenses', 'info', "Parallels New License {$ipAddress} Type {$type} Addons {$addons} called", __LINE__, __FILE__);
ini_set('max_execution_time', 1000); // just put a lot of time
ini_set('default_socket_timeout', 1000); // same
$parallels = new \Detain\Parallels\Parallels();
Expand Down

0 comments on commit 51bf3f6

Please sign in to comment.