res:plugins:inlinephp
This is an old revision of the document!
Inlinephp
Execute arbitrary php code from a flatpress page.
[exec]echo(rand(10,100));
echo PHP_VERSION;[/exec]
Execute php file from /fp-plugins/locale.php
[exec]require_once('../locale.php');[/exec]
Description
Plugin to execute PHP from flatpress pages.
Plugin by ChrisBlank
Download
res/plugins/inlinephp.1613476518.txt.gz ยท Last modified: by lubomir_ludvik
