Merge branch 'develop' of github.com:atm-maxime/dolibarr into mko862
Conflicts: htdocs/admin/system/perf.php
This commit is contained in:
commit
0d40debeac
@ -400,17 +400,10 @@ if ($conf->db->type == 'mysql' || $conf->db->type == 'mysqli')
|
|||||||
}
|
}
|
||||||
print '<br>';
|
print '<br>';
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
// Product search
|
|
||||||
=======
|
|
||||||
|
|
||||||
// Product search
|
// Product search
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<strong>'.$langs->trans("SearchOptim").'</strong>: ';
|
print '<strong>'.$langs->trans("SearchOptim").'</strong>: ';
|
||||||
>>>>>>> 7485192cfbca23027d10cfdc41a33a14f332d23c
|
|
||||||
print '<br>';
|
|
||||||
print '<strong>'.$langs->trans("ProductSearch").'</strong>: ';
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
$tab = array();
|
$tab = array();
|
||||||
$sql = "SELECT COUNT(*) as nb";
|
$sql = "SELECT COUNT(*) as nb";
|
||||||
@ -440,18 +433,6 @@ if ($resql)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Browser
|
// Browser
|
||||||
<<<<<<< HEAD
|
|
||||||
print '<br>';
|
|
||||||
print '<strong>'.$langs->trans("Browser").'</strong>: ';
|
|
||||||
var_dump($conf->browser);
|
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
// Database statistics update
|
|
||||||
print '<br>';
|
|
||||||
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
|
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
=======
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<strong>'.$langs->trans("Browser").'</strong>:<br>';
|
print '<strong>'.$langs->trans("Browser").'</strong>:<br>';
|
||||||
if (! in_array($conf->browser->name, array('chrome','opera','safari','firefox')))
|
if (! in_array($conf->browser->name, array('chrome','opera','safari','firefox')))
|
||||||
@ -470,7 +451,6 @@ print '<br>';
|
|||||||
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
|
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
*/
|
*/
|
||||||
>>>>>>> 7485192cfbca23027d10cfdc41a33a14f332d23c
|
|
||||||
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user