Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TimeOutAdmin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
TimeOut
TimeOutAdmin
Commits
45a2a906
Commit
45a2a906
authored
Nov 21, 2019
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t : generals_helper.php
parent
518d5b82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
generals_helper.php
application/helpers/generals_helper.php
+0
-4
No files found.
application/helpers/generals_helper.php
View file @
45a2a906
...
...
@@ -398,10 +398,6 @@
}
function
push_sent_cancel
(
$app
=
'1'
,
$fcm_token
=
''
,
$fcm_data
=
array
())
{
pre
(
$app
);
pre
(
$fcm_token
);
pr
(
$fcm_data
);
$settings
=
getSettings
();
$key
=
(
$app
==
'1'
)
?
$settings
[
'app_id'
]
:
$settings
[
'org_app_id'
];
if
(
empty
(
$key
)
||
empty
(
$fcm_token
)
||
empty
(
$fcm_data
)){
...
...
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