1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

move rgb/hsl functions to their own namespace

This commit is contained in:
Andrew Dolgov
2021-02-16 17:07:23 +03:00
parent bdbbdbb0ed
commit 7fad6ce651
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<?php
namespace Colors;
if (file_exists("lib/floIcon.php")) {
require_once "lib/floIcon.php";