예제 #1
0
파일: init.php 프로젝트: mdouchin/jelix
/**
 * @deprecated use \Jelix\Core\AppManager::errorIfAppInstalled();
 */
function checkAppNotInstalled()
{
    \Jelix\Core\AppManager::errorIfAppInstalled();
}