moved interfaces ui into a seperate php file.
[CBFWR.git] / libcbfwr / comms.php
index 8e7ed32..7486150 100644 (file)
@@ -52,6 +52,8 @@ class Comms {
        
        // type = 4 for merged running config cache
        // type = 5 for merged web config cache
+       
+       // type = 6 for "messages" that appear on the pages
        function putConfig($config, $type=0)
        {
                global $MESSAGE_KEY, $LOCKING_KEY, $STORE_KEY, $CONF_STORE_SIZE;