Или так
<?php
define('_IN_JOHNCMS', 1);
require_once("../incfiles/core.php");
$textl = '' . $copyright . ' - test ';
require_once("../incfiles/head.php");
echo ' test ';
require_once("../incfiles/end.php");
?>и незабывай об ../ и /
Или так
<?php
define('_IN_JOHNCMS', 1);
require_once("../incfiles/core.php");
$textl = '' . $copyright . ' - test ';
require_once("../incfiles/head.php");
echo ' test ';
require_once("../incfiles/end.php");
?>