Browse
For agents
About
SendWP
/
1.0.3
SendWP
v1.0.3
Switch version
trunk
0.0.1
0.0.2
0.0.3
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1
1.2.10
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3
1.3.1
1.4.4
1.4.5
1.4.6
1.4.8
Overview
Code
sendwp
/
includes
/
templates
/
php-version.html.php
php-version.html.php
in SendWP 1.0.3, at includes/templates/php-version.html.php
8 lines
327 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
class
=
"
notice notice-error sendwp-notice
"
>
2
<
p
>
3
<
?
php
echo
__
(
'
Your version of PHP is below the minimum version of PHP required by SendWP.
'
,
'
sendwp
'
)
;
?
>
4
<
/
p
>
5
<
/
p
>
6
<
?
php
echo
__
(
'
Please contact your host and request that your version be upgraded to 5.6 or later.
'
,
'
sendwp
'
)
;
?
>
7
<
/
p
>
8
<
/
div
>