12345678910111213141516171819202122232425
<? /* HPE - News Portal Engine Copyright (C) 2000-2001 Mike Krus This program is free software; it is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. READ LICENSE.TXT IN THE BASE DIRECTORY FOR INFORMATION ABOUT REDISTRIBUTING THIS SOURCE CODE */ // Set this to the full path to the HPE directory //$HPEinc="/path/to/your/installation/HPE"; $HPEinc="d:/www/nhpe/HPE"; // ADDED 'cause server not configured properly //ini_set("include_path",".:$HPEinc:/usr/local/lib/php"); ini_set("include_path",".;$HPEinc;d:\www\drupal\includes\pear"); ?>