Browse
For agents
About
WebTotem Security
/
2.3.4
WebTotem Security
v2.3.4
Switch version
3.0.1
3.0.0
trunk
1.0
1.1
1.2
1.3
1.3.1
1.3.2
1.3.3
2.0
2.1
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7
2.1.8
2.1.9
2.2.1
2.2.2
2.2.3
2.2.4
All 109 releases
Overview
Code
wt-security
/
helpers.php
helpers.php
in WebTotem Security 2.3.4, at helpers.php
9 lines
213 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
defined
(
'
ABSPATH
'
)
or
die
(
"
Protected By WT!
"
)
;
3
4
function
wtsec_isActivePage
(
$
page
)
{
5
if
(
wtsec_request
(
)
->
page
===
WTSEC_PAGE_PREFIX
.
$
page
)
{
6
return
"
wtotem_nav__link_active
"
;
7
}
8
return
"
"
;
9
}