Browse Source

Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0

Laurent Destailleur 6 years ago
parent
commit
3cf81d14e3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      htdocs/admin/system/filecheck.php

+ 0 - 1
htdocs/admin/system/filecheck.php

@@ -338,7 +338,6 @@ if (! $error && $xml)
                 $out.='<tr class="oddeven">';
                 $out.='<td>'.$i.'</td>' . "\n";
                 $out.='<td>'.$file['filename'];
-                $out.=PHP_OS;
                 if (! preg_match('/^win/i',PHP_OS)) {
                 	$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.'/'.$file['filename']);
                 	$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm');