dbms_init...1

This commit is contained in:
최준흠 2025-05-13 09:06:32 +09:00
parent d56592d296
commit 07a4799f31

View File

@ -52,7 +52,7 @@
</div>
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>SSS
</td>
</tr>
</table>
<?php if ($error = session('error')): ?><?= $viewDatas['helper']->alert($error) ?><?php endif ?>