필수 모듈 체크 후 알림 방법 변경

This commit is contained in:
chicpro
2014-03-06 15:23:35 +09:00
parent defd0bd38a
commit cc7e1a4b2f
2 changed files with 6 additions and 10 deletions

View File

@ -1,12 +1,13 @@
<?php
include_once ('../config.php');
$title = G5_VERSION." 라이센스 확인 1/3";
require_once('./library.check.php');
include_once ('./install.inc.php');
?>
<?php
if ($exists_data_dir && $write_data_dir) {
// 필수 모듈 체크
require_once('./library.check.php');
?>
<form action="./install_config.php" method="post" onsubmit="return frm_submit(this);">