Lionel
12 Mar 2007, 14:46
I've been displaying who's online for all locations on my site using the preprocess. I've got a perl script, not in cgi-bin, but at root. Are there any reasons why the preproces cannot recognize the .pl extension?
this is my preprocess
if ($_SERVER['SCRIPT_NAME'] == '/sites/do.pl')
{
$filename = do.php';
}
this is my preprocess
if ($_SERVER['SCRIPT_NAME'] == '/sites/do.pl')
{
$filename = do.php';
}