modification logo dans about.php

This commit is contained in:
2019-12-28 09:22:56 +01:00
parent 0fa7b7f2a6
commit ca6e77ebb0
6 changed files with 26 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
$alea=rand(0,100);
$logo='topisto_vert.png';
$logo='topisto_vert_tr.png';
if ($alea > 30)
if ($alea > 5)
{
$files = glob('logo/medium/*/topisto_vert.png');
usort($files, function($a, $b) {