Show sourcecode
The following files exists in this folder. Click to view.
comments.php
exercise/
exercises.php
incl/
index.php
legacy-index.php
mainFramework.php
ovningar/
source.php
style/
stylesheet.css
viewsource.php
mainFramework.php
9 lines ASCII Windows (CRLF)
<?php
$header = '<h1>Webbserverprogrammering</h1>';
#$nav = $directory="webbsrvprg/";$exercise = scandir($directory, $sorting_order = SCANDIR_SORT_NONE);foreach($exercise as $url){echo '<a href="webbsrvprg/'.$url.'">.'.$url.'</a><br>';}
$footer = $footer = "<hr>ditt namn och datum<hr>";
?>