Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
fake-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f6698e2f
authored
Jan 06, 2021
by
irul
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update
1 parent
8879a39a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
rest/samsat-banten-new.php
rest/samsat-banten-new.php
View file @
f6698e2
...
...
@@ -25,7 +25,7 @@ class SamsatBantenNew
if
(
empty
(
$token
)
||
empty
(
$nopol
)
||
empty
(
$kdpolda
))
{
self
::
echo_text
(
'Paramater harus lengkap dan diisi semua.'
);
}
else
if
(
count
(
$arr_nopol
)
&&
!
in_array
(
$nopol
,
$arr_nopol
))
{
}
else
if
(
!
count
(
$arr_nopol
)
||
(
count
(
$arr_nopol
)
&&
!
in_array
(
$nopol
,
$arr_nopol
)
))
{
self
::
echo_text
(
'Data tidak ditemukan.'
);
}
else
{
$params
=
compact
(
"token"
,
"nopol"
,
"kdpolda"
);
...
...
Write
Preview
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