Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
39a1516a
Commit
39a1516a
authored
Feb 14, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test payment
parent
3b2401ed
Pipeline
#300
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
file.txt
WWW_DATA/wp-content/plugins/apex_global_lms/file.txt
+0
-0
template.php
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
+8
-2
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/file.txt
0 → 100644
View file @
39a1516a
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
View file @
39a1516a
...
@@ -47,14 +47,20 @@ function use_lms_template($data)
...
@@ -47,14 +47,20 @@ function use_lms_template($data)
}
else
if
(
is_page
(
'learning-management'
))
{
}
else
if
(
is_page
(
'learning-management'
))
{
return
__DIR__
.
'/template/management.php'
;
return
__DIR__
.
'/template/management.php'
;
}
else
if
(
is_page
(
'lms-notify'
))
{
}
else
if
(
is_page
(
'lms-notify'
))
{
$id
=
$_GET
[
'order_id'
];
$id
=
$_GET
[
'order_id'
];
$content
=
get_the_content
(
$id
);
$content
=
get_the_content
(
$id
);
$d
=
'DATA\n'
;
$d
=
$content
.
json_encode
(
$_GET
);
$d
=
$content
.
json_encode
(
$_GET
);
$d
.=
json_encode
(
$_POST
);
$d
.=
json_encode
(
$_POST
[
'paymentresponse'
]);
$file
=
'file.txt'
;
file_put_contents
(
$file
,
$d
);
array
(
array
(
'ID'
=>
$id
,
'ID'
=>
$id
,
...
...
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