carini
Basic Pleskian
I have a strange problem: In my index.php
Where $codedir is defined in ../conf-site.inc ... in result page the content of main.lib.inc is not parsed and source code is shown instead.
There is anyone with the same problem?
PHP:
<?
require_once('../conf-site.inc');
require_once("$codedir/incl/main.lib.inc");
Where $codedir is defined in ../conf-site.inc ... in result page the content of main.lib.inc is not parsed and source code is shown instead.
There is anyone with the same problem?