summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 17:07:23 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 17:07:23 +0300
commit7fad6ce6518469e7d99c496a39c03a36288efd11 (patch)
tree120d8d71055c73c9beb06fbf9f371eeedec45e7f /include/colors.php
parentbdbbdbb0eddd125bec167da5f42bbd95c770151f (diff)
move rgb/hsl functions to their own namespace
Diffstat (limited to 'include/colors.php')
-rw-r--r--include/colors.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/colors.php b/include/colors.php
index 408f5aa9d..a49c63076 100644
--- a/include/colors.php
+++ b/include/colors.php
@@ -1,4 +1,5 @@
<?php
+namespace Colors;
if (file_exists("lib/floIcon.php")) {
require_once "lib/floIcon.php";