Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sipenkp_v2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reynaldi adriantama
sipenkp_v2
Commits
03f0a611
Commit
03f0a611
authored
3 years ago
by
reynaldi adriantama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usr die htacc
parent
a1d66f41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
module/Application/src/Controller/UserController.php
module/Application/src/Controller/UserController.php
+1
-1
public/.htaccess
public/.htaccess
+0
-6
No files found.
module/Application/src/Controller/UserController.php
View file @
03f0a611
...
...
@@ -344,7 +344,7 @@ class UserController extends \Application\Master\GlobalActionController
return
$this
->
redirect
()
->
toRoute
(
'login'
);
}
}
else
{
print_r
(
"disini"
);
die
;
$check
=
$this
->
authenticateApiAction
(
$username
,
$password
);
...
...
This diff is collapsed.
Click to expand it.
public/.htaccess
View file @
03f0a611
...
...
@@ -18,12 +18,6 @@
##RewriteRule ^(.*)$ %{ENV:BASE}/index.php [L]
##
#SetEnv ITB_HOST 167.205.57.98
#SetEnv ITB_UNAME postgres
#SetEnv ITB_PASS postgres
#SetEnv ITB_PORT 5432
#SetEnv ITB_SCH ftmd_itb
SetEnv
ITB_HOST 167.205.57.98
SetEnv
ITB_UNAME postgres
SetEnv
ITB_PASS postgres
...
...
This diff is collapsed.
Click to expand it.
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