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