Skip to content

Commit

Permalink
Merge pull request #1088 from nanasess/remove-editdb
Browse files Browse the repository at this point in the history
高度なデータベース管理は本番環境で活用することが少ないため削除
  • Loading branch information
nanasess authored Dec 23, 2024
2 parents f43b810 + afc7b7f commit c2b3853
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 241 deletions.
1 change: 0 additions & 1 deletion data/Smarty/templates/admin/system/subnavi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
<li<!--{if $tpl_subno == 'masterdata'}--> class="on"<!--{/if}--> id="navi-system-adminarea"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/adminarea.php"><span>管理画面設定</span></a></li>
<li<!--{if $tpl_subno == 'system'}--> class="on"<!--{/if}--> id="navi-system-system"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/system.php"><span>システム情報</span></a></li>
<li<!--{if $tpl_mainno == 'system' && $tpl_subno == 'log'}--> class="on"<!--{/if}--> id="navi-system-log"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/log.php"><span>EC-CUBE ログ表示</span></a></li>
<li<!--{if $tpl_mainno == 'system' && $tpl_subno == 'editdb'}--> class="on"<!--{/if}--> id="navi-system-editdb"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/editdb.php"><span>高度なデータベース管理</span></a></li>
</ul>
212 changes: 0 additions & 212 deletions data/class/pages/admin/system/LC_Page_Admin_System_Editdb.php

This file was deleted.

28 changes: 0 additions & 28 deletions html/admin/system/editdb.php

This file was deleted.

0 comments on commit c2b3853

Please sign in to comment.