for some reason the equal sign is unrecognized.. is it that php interpreter is not activated??
---------------------------------------------------
index.php begins with
<?php
include("defines.php");
....
error is
Parse error: syntax error, unexpected '=' in /home/xxxxxxxx/public_html/defines.php on line 2
defines.php line 1 and 2 follow:
<?php
$debug = FALSE;
---------------------------------------------------
index.php begins with
<?php
include("defines.php");
....
error is
Parse error: syntax error, unexpected '=' in /home/xxxxxxxx/public_html/defines.php on line 2
defines.php line 1 and 2 follow:
<?php
$debug = FALSE;