D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
views
/
scripts
/
partials
/
forms
/
Filename :
statistic.phtml
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. ?> <b><?php echo pm_Locale::lmsg('forms.index.statisticTitle');?></b><br> <?php echo pm_Locale::lmsg('forms.index.commonRepositories');?>: <?php echo $this->result['total'];?><br> <?php echo pm_Locale::lmsg('forms.index.remoteRepositories');?>: <?php echo $this->result['pull'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.localRepositories');?>: <?php echo $this->result['push'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.repositoriesWithSmbUsers');?>: <?php echo $this->result['withSmbUsers'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.smbUsersTotal');?>: <?php echo $this->result['smbUsersTotal'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.autoDeployRepositories');?>: <?php echo $this->result['active'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.manualDeployRepositories');?>: <?php echo $this->result['manual'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.noDeployRepositories');?>: <?php echo $this->result['disabled'] . PHP_EOL;?><br> <?php echo pm_Locale::lmsg('forms.index.deploymentsTotal');?>: <?php echo $this->result['deployments'] . PHP_EOL;?><br>