예제 #1
0
파일: system.php 프로젝트: bo-blog/bw
function ajaxSuccess($successMsg)
{
    global $view;
    if (!is_object($view)) {
        $view = new bwView();
    }
    $view->haltWithSuccess($successMsg);
}