Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 7 | Rev 12 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html>
<body>

<h1>My first PHP page</h1>

<?php
include ("./config/settings.php");

echo 'Hello World!<br />';
echo 'Revision: ' + $revision;

?>

</body>
</html>