Hits: 16024
Absolute path found. Loading as relative.
Try: ca/tecreations/ViewFile.php -- Online
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";
global $text, $error_msg, $path;
$text = htmlentities(getFileLines_Absolute("access.log"),ENT_QUOTES|ENT_HTML401);
require_once $DOCROOT . $TEC_PREFIX_DIR . "html_start.php";
?>
</head>
<body>
<?php
include_once $DOCROOT . $TEC_PREFIX_DIR . "html_brand_menu_start.php";
include_once $DOCROOT . $TEC_PREFIX_DIR . "menu/menuRoot.php";
include_once $DOCROOT . $TEC_PREFIX_DIR . "html_brand_menu_stop.php";
GLOBAL $error_msg;
if (!empty($error_msg)) {
print("<p> </p>");
print("<p><span class='red'>$error_msg</span></p>\n");
print("<p> </p>");
}
?>
<pre>
<code class="blueAndGrey">
<?php
GLOBAL $text;
print($text);
?>
</code>
</pre>
</body>
</html>