9238933e by Yashwant

Trace Option disable in htaccess for security check

1 parent 3ebd730a
......@@ -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
......
......@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!