// // This file is part of PHPHoP, the PHP Honeypot Project // // Copyright oudot@rstack.org 2005-2006 // // // This script simulates a fake phpmyadmin frontend with few options // TODO: improve the proposed options $modulename="phpmyadmin"; include_once("config.php"); include_once($pathlib."/liblogtodisk.php"); include_once($pathlib."/liblogbymail.php"); logtodisk($pathlog,$modulename); logbymail($mailaddr,$modulename,$_SERVER['PHP_SELF'],"index"); echo '