<?php

require CURRENT_WORKING_DIR . '/libs/config.php';
if (defined("CLUSTER_CACHE_CORRECTION") && CLUSTER_CACHE_CORRECTION) {
    cacheFrontend::getInstance();
    clusterCacheSync::getInstance();
}
function run_standalone($module_name)
{
    return cmsController::getInstance()->getModule($module_name);
}
 protected function clusterSync($v3c6e0b8a9c15224a8228b9a98ca1531d)
 {
     static $v183224d27b72b647391e179fa311b891;
     if (CLUSTER_CACHE_CORRECTION) {
         if (!$v183224d27b72b647391e179fa311b891) {
             $v183224d27b72b647391e179fa311b891 = clusterCacheSync::getInstance();
         }
         $v4ec1b477cd0232b832c1899905ec51a4 = $this->getKeySuffix();
         $v183224d27b72b647391e179fa311b891->notify(substr($v3c6e0b8a9c15224a8228b9a98ca1531d, 0, strlen($v3c6e0b8a9c15224a8228b9a98ca1531d) - strlen($v4ec1b477cd0232b832c1899905ec51a4)));
     }
 }