Update file index.php

This commit is contained in:
Jan BELLON 2024-03-15 12:44:31 +00:00
parent ba5a4a4f5a
commit f17d6e0dfb

View File

@ -58,10 +58,6 @@ if(isset($_GET['u']) && empty($_GET['u']) == false) {
} }
?> ?>
} }
.certification {
fill: <?php echo $userCertification > 0 ? $badges[$userCertification] : "#000000"?>;
}
</style> </style>
</head> </head>