The instructions say:
In phpinclude, find:
// ---------------------------------------------------------------
// ------------------------- End PAPI ----------------------------
// ---------------------------------------------------------------
But all I've got in phpinclude is the following:
include("./customscripts/papi.php");
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
|