Exemplo n.º 1
0
Arquivo: index.php Projeto: Vidov/CMS
                                    readfile(T . $themeData['name'] . DIRECTORY_SEPARATOR . 'index.html');
                                    $DATA['themeData'] = $themeData;
                                    $_SESSION['DATA'] = $DATA;
                                    \Debug\Bug::boom($DATA);
                                } else {
                                    \Debug\Bug::boom(array('log' => 'Opa!', 'arr' => $DATA));
                                }
                            } else {
                                \Debug\Bug::boom(array('log' => 'Opa!', 'arr' => $DATA));
                            }
                        } else {
                            \Debug\Bug::boom(array('log' => 'Не е намерено ID-то на съдеъжанието!', 'arr' => $DATA));
                        }
                    }
                }
            } else {
                \Debug\Bug::boom(array('log' => 'App data is not available!', 'arr' => $DATA));
            }
        } else {
            \Debug\Bug::boom(array('log' => 'Opa!', 'arr' => $DATA));
        }
    } else {
        \Debug\Bug::boom(array('log' => 'Opa!', 'arr' => $DATA));
    }
} else {
    \Debug\Trace::mark();
    \Debug\Error::alert(['log' => 'domainNotFound']);
    $d = $Domain->getData(ROOT_DOMAIN);
    \Debug\Bug::boom(array('log' => 'Включва ROOT_DOMAIN!', 'arr' => $DATA));
}
exit;