Skip to content

Commit

Permalink
refs #1717 : modified - setup program header.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 26, 2014
1 parent 7cd33fa commit 5c2ba35
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
if (file_exists($root . '/config.php') && (filesize($root . '/config.php') > 0)) {
header('HTTP/1.1 503 Service Unavailable');
?>
<!DOCTYPE html PUBLIC "-//W3C//XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo TEXTCUBE_NAME;?> <?php echo TEXTCUBE_VERSION;?> - Setup</title>
<link rel="stylesheet" media="screen" type="text/css" href="resources/style/setup/style.css" />
<script type="text/javascript">
<script type="text/javascript">
//<![CDATA[
function current(){
document.getElementById("setup").submit();
Expand Down Expand Up @@ -132,10 +132,10 @@ function current(){
}

?>
<!DOCTYPE html PUBLIC "-//W3C//XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo TEXTCUBE_NAME;?> <?php echo TEXTCUBE_VERSION;?> - Setup</title>
<link rel="stylesheet" media="screen" type="text/css" href="./resources/style/setup/style.css" />
<script type="text/javascript">
Expand Down

0 comments on commit 5c2ba35

Please # to comment.