Show sourcecode
The following files exists in this folder. Click to view.
3kolumn.php
img/
incl/
index.php
login.php
pella1.php
sida1.php
src/
style/
style.php
test.php
viewsource.php
viewsource.php
24 lines UTF-8 Windows (CRLF)
<?php
include("incl/config.php");
$title = "Visa källkod";
$pageId = "source";
// Include code from source.php to display sourcecode-viewer
$sourceBasedir=dirname(__FILE__);
$sourceNoEcho=true;
include("src/source.php");
$pageStyle=$sourceStyle;
?>
<?php include("incl/header.php"); ?>
<!-- Sidans/Dokumentets huvudsakliga innehåll -->
<div id="content">
<?php echo "$sourceBody"; ?>
<hr>
</div>
<?php include("incl/footer.php"); ?>