Skip to content

Commit

Permalink
Merge pull request #317 from nanasess/remove-sitecheck
Browse files Browse the repository at this point in the history
オーナーズストア連携の使用していないオプションを削除
  • Loading branch information
chihiro-adachi authored Oct 15, 2019
2 parents 33b2920 + 7564e49 commit 37b6598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
76 changes: 0 additions & 76 deletions data/class/pages/upgrade/LC_Page_Upgrade_SiteCheck.php

This file was deleted.

6 changes: 1 addition & 5 deletions html/upgrade/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ function lfPageFactory($mode)
$file .= 'Download.php';
$class .= 'Download';
break;
case 'site_check':
$file .= 'SiteCheck.php';
$class .= 'SiteCheck';
break;
default:
header('HTTP/1.1 400 Bad Request');
GC_Util_Ex::gfPrintLog('modeの値が正しくありません。:'.$mode);
GC_Utils_Ex::gfPrintLog('modeの値が正しくありません。:'.$mode);
exit();
break;
}
Expand Down

0 comments on commit 37b6598

Please sign in to comment.