Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
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
Anthony.Suerte
iwl-live
Commits
ee443502
Commit
ee443502
authored
Dec 14, 2021
by
Antonio.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transaction Logs Update [AUI]
parent
1dfc78c1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
tmp_transaction_logs_list.php
system/en/template/tmp_transaction_logs_list.php
+2
-2
marsys_conf.ini
system/lib/marsys_conf.ini
+2
-0
model.php
system/logic/transaction_logs/model.php
+1
-1
tmp_transaction_logs_list.php
system/template/tmp_transaction_logs_list.php
+2
-2
No files found.
system/en/template/tmp_transaction_logs_list.php
View file @
ee443502
...
@@ -73,8 +73,8 @@ include_once('template/base_head.php');
...
@@ -73,8 +73,8 @@ include_once('template/base_head.php');
<tr>
<tr>
<th
class=
"w10p"
>
IP Address
</th>
<th
class=
"w10p"
>
IP Address
</th>
<th
class=
"w10p"
>
Program Code
</th>
<th
class=
"w10p"
>
Program Code
</th>
<th
class=
"w
5
p"
>
URL
</th>
<th
class=
"w
20
p"
>
URL
</th>
<th
class=
"w
6
0p"
>
Post
</th>
<th
class=
"w
5
0p"
>
Post
</th>
<th
class=
"w10p"
>
Date
</th>
<th
class=
"w10p"
>
Date
</th>
</tr>
</tr>
<?php
$this
->
echoListDB
();
?>
<?php
$this
->
echoListDB
();
?>
...
...
system/lib/marsys_conf.ini
View file @
ee443502
...
@@ -245,6 +245,8 @@
...
@@ -245,6 +245,8 @@
TEMPLATE_LOGIN_RE_SEND_PATH
=
tmp_login_re_send.php
TEMPLATE_LOGIN_RE_SEND_PATH
=
tmp_login_re_send.php
TEMPLATE_MAINTENANCE_MODE_SITE_PATH
=
tmp_maintenance_mode_site.php
TEMPLATE_MAINTENANCE_MODE_SITE_PATH
=
tmp_maintenance_mode_site.php
TEMPLATE_MENU_PATH
=
tmp_menu.php
TEMPLATE_MENU_PATH
=
tmp_menu.php
TEMPLATE_MERCHANT_LIST_PATH
=
tmp_merchant_list.php
TEMPLATE_MERCHANT_LIST_SUMMARY_PATH
=
tmp_merchant_list_summary.php
TEMPLATE_NEWS_BACKNUMBER_PATH
=
tmp_news_backnumber.php
TEMPLATE_NEWS_BACKNUMBER_PATH
=
tmp_news_backnumber.php
TEMPLATE_NEWS_PATH
=
tmp_news.php
TEMPLATE_NEWS_PATH
=
tmp_news.php
TEMPLATE_REGISTER_FAIL_PATH
=
tmp_register_fail.php
TEMPLATE_REGISTER_FAIL_PATH
=
tmp_register_fail.php
...
...
system/logic/transaction_logs/model.php
View file @
ee443502
...
@@ -245,7 +245,7 @@ class TransactionLogsModelClass extends ModelClassEx {
...
@@ -245,7 +245,7 @@ class TransactionLogsModelClass extends ModelClassEx {
$rtn
.=
'<tr>'
$rtn
.=
'<tr>'
.
'<td> '
.
$this
->
getColumnData
(
$row
,
COLUMN_IP_ADDRESS
)
.
'</td>'
.
'<td> '
.
$this
->
getColumnData
(
$row
,
COLUMN_IP_ADDRESS
)
.
'</td>'
.
'<td> '
.
$this
->
getColumnData
(
$row
,
'p_num'
)
.
'</td>'
.
'<td> '
.
$this
->
getColumnData
(
$row
,
'p_num'
)
.
'</td>'
.
'<td>'
.
$this
->
getColumnData
(
$row
,
'url'
)
.
'</td>'
.
'<td
style="word-break:break-all;"
>'
.
$this
->
getColumnData
(
$row
,
'url'
)
.
'</td>'
.
'<td style="word-break:break-all;">'
.
$this
->
getColumnData
(
$row
,
'post'
)
.
'</td>'
.
'<td style="word-break:break-all;">'
.
$this
->
getColumnData
(
$row
,
'post'
)
.
'</td>'
.
'<td>'
.
$this
->
getColumnData
(
$row
,
COLUMN_CREATE_TIME
)
.
'</td>'
.
'<td>'
.
$this
->
getColumnData
(
$row
,
COLUMN_CREATE_TIME
)
.
'</td>'
.
'</tr>'
;
.
'</tr>'
;
...
...
system/template/tmp_transaction_logs_list.php
View file @
ee443502
...
@@ -74,8 +74,8 @@ include_once('template/base_head.php');
...
@@ -74,8 +74,8 @@ include_once('template/base_head.php');
<tr>
<tr>
<th
class=
"w10p"
>
IPアドレス
</th>
<th
class=
"w10p"
>
IPアドレス
</th>
<th
class=
"w10p"
>
番組コード
</th>
<th
class=
"w10p"
>
番組コード
</th>
<th
class=
"w
5
p"
>
URL
</th>
<th
class=
"w
20
p"
>
URL
</th>
<th
class=
"w
6
0p"
>
POST
</th>
<th
class=
"w
5
0p"
>
POST
</th>
<th
class=
"w10p"
>
日付け
</th>
<th
class=
"w10p"
>
日付け
</th>
</tr>
</tr>
<?php
$this
->
echoListDB
();
?>
<?php
$this
->
echoListDB
();
?>
...
...
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