mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- Moved core from Redirect controller to ViewMessage controller
- Dropped Redirect controller - Adapted configs and paths because of these changes
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<h3 class="page-header">Send message</h3>
|
||||
</div>
|
||||
</div>
|
||||
<form id="sendForm" method="post" action="<?php echo site_url('/ViewMessage/sendReply'); ?>">
|
||||
<form id="sendForm" method="post" action="<?php echo site_url('system/messages/ViewMessage/sendReply'); ?>">
|
||||
<div class="row">
|
||||
<div class="form-group">
|
||||
<div class="col-lg-1 msgfieldcol-left">
|
||||
|
||||
Reference in New Issue
Block a user