Browse
For agents
About
Insert PHP Code Snippet
/
1.1
Insert PHP Code Snippet
v1.1
Switch version
1.4.7
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
trunk
1.0
1.1
1.2
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.3
All 27 releases
Overview
Code
insert-php-code-snippet
/
ajax-handler.php
ajax-handler.php
in Insert PHP Code Snippet 1.1, at ajax-handler.php
5 lines
76 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
3
require_once
(
dirname
(
__FILE__
)
.
'
/admin/ajax-backlink.php
'
)
;
4
5
?
>