Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tetiana yaremko
/
web-app-group2
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a72ced74
authored
Apr 21, 2020
by
tetiana yaremko
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ready to deploy
parent
6d56af5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
application/config/config.php
application/hooks/Authorization.php
application/config/config.php
View file @
a72ced74
...
...
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config
[
'base_url'
]
=
'https://wbt-2-ty-272811
1
.appspot.com/'
;
$config
[
'base_url'
]
=
'https://wbt-2-ty-272811.appspot.com/'
;
//$config['base_url'] = 'http://localhost/webapp/ci/';
/*
...
...
@@ -441,7 +441,7 @@ $config['standardize_newlines'] = FALSE;
| for backwards compatibility purposes!
|
*/
$config
[
'global_xss_filtering'
]
=
fals
e
;
$config
[
'global_xss_filtering'
]
=
tru
e
;
/*
|--------------------------------------------------------------------------
...
...
@@ -457,7 +457,7 @@ $config['global_xss_filtering'] = false;
| 'csrf_regenerate' = Regenerate token on every submission
| 'csrf_exclude_uris' = Array of URIs which ignore CSRF checks
*/
$config
[
'csrf_protection'
]
=
fals
e
;
$config
[
'csrf_protection'
]
=
tru
e
;
$config
[
'csrf_token_name'
]
=
'csrf_test_name'
;
$config
[
'csrf_cookie_name'
]
=
'csrf_cookie_name'
;
$config
[
'csrf_expire'
]
=
7200
;
...
...
application/hooks/Authorization.php
View file @
a72ced74
...
...
@@ -48,7 +48,7 @@ class Authorization
}
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment