Quote:
Originally Posted by mbowers
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();
|
Just think of
include("./customscripts/papi.php"); as the
End PAPI section... It should work, so long as you add everything
after include("./customscripts/papi.php"); and
before // This code is PHP4 only:... Have fun!