I try to integrate example.php in my site: http://wifa.ws/modules.php?name=koolphp
But nothing any effects. Why?
my index.php:
<?php
$KoolControlsFolder = '/var/www/mykool/KoolControls';
include('/var/www/modules/koolphp/example.php');
?>
example.php - from example directory (/Examples/KoolAjax/UpdatePanel/With_Database/example.php)