- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
if(is_dir('install')|| is_dir('migrate')) {
if (!file_exists(PATH.'/includes/config.inc.php')){
header('location:/install/');
die();
} else {
include(PATH.'/core/messages/installation.html');
die();
}
}
Комментарии (8) RSS
Добавить комментарий