Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yashwant
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9238933e
authored
2018-04-20 14:01:30 +0000
by
Yashwant
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Trace Option disable in htaccess for security check
1 parent
3ebd730a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
application/public/.htaccess
application/resources/views/login.blade.php
application/public/.htaccess
View file @
9238933
...
...
@@ -9,12 +9,12 @@
RewriteRule
^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
#RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|OPTION)
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
^ index.php [L]
</
IfModule
>
#Gzip
<
ifmodule
mod_deflate.c
>
AddOutputFilterByType
DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
...
...
application/resources/views/login.blade.php
View file @
9238933
...
...
@@ -296,10 +296,10 @@ if(isset($error))
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
id=
"exampleInputEmail1"
name=
username
placeholder=
"Login ID"
>
<input
type=
"text"
class=
"form-control"
id=
"exampleInputEmail1"
name=
username
placeholder=
"Login ID"
autocomplete=
"off"
>
</div>
<div
class=
"form-group"
>
<input
type=
"password"
class=
"form-control"
id=
"usrPwd"
name=
password
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"usrPwd"
name=
password
placeholder=
"Password"
autocomplete=
"off"
>
</div>
<button
type=
"submit"
class=
"btn btn-primary btn-block login_btn"
>
Login
</button>
...
...
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