Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cc9d36f1
authored
2018-05-11 11:38:07 +0530
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Adding CSRF Token for HTML form submission
1 parent
8baa205f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
application/resources/views/layout/module/dialmode/create.blade.php
application/resources/views/layout/module/message/msg.blade.php
application/resources/views/layout/module/dialmode/create.blade.php
View file @
cc9d36f
...
...
@@ -9,6 +9,9 @@
<form
class=
"innerAll"
>
<!-- Code for flexydial securities purpose -->
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
>
<!-- Code for flexydial securities purpose -->
<fieldset>
<div
class=
"control-role"
>
<label
class=
"col-md-4 control-label"
for=
"rolename"
>
RoleName
</label>
...
...
application/resources/views/layout/module/message/msg.blade.php
View file @
cc9d36f
...
...
@@ -45,7 +45,9 @@
</div>
<form
class=
"replyForm"
method=
"post"
action=
""
/>
<!-- Code for flexydial securities purpose -->
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
>
<!-- Code for flexydial securities purpose -->
<fieldset>
<textarea
tabindex=
"3"
class=
"input-xlarge span12"
id=
"message"
name=
"body"
rows=
"12"
placeholder=
"Click here to reply"
></textarea>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment