diff --git a/frontend/cphp/config.php b/frontend/cphp/config.php index dcb3efb..8748664 100644 --- a/frontend/cphp/config.php +++ b/frontend/cphp/config.php @@ -14,7 +14,9 @@ if($_CPHP !== true) { die(); } $cphp_class_map = array( - 'user' => "User" + 'user' => "User", + 'node' => "Node", + 'container' => "Container", ); $cphp_locale_name = "english";