diff options
| author | root | 2014-03-24 10:24:21 +0100 |
|---|---|---|
| committer | root | 2014-03-24 10:24:21 +0100 |
| commit | e5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855 (patch) | |
| tree | 3ab69711dbf83bc6cc19ac3065b0b6374b0fd337 /www/print_index.php | |
| parent | 293e2d3203d4f473f3239571b5d0237cea26a46b (diff) | |
| download | random-e5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855.tar.gz | |
changes
Diffstat (limited to 'www/print_index.php')
| -rw-r--r-- | www/print_index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/print_index.php b/www/print_index.php index 81e52a6..a076a9a 100644 --- a/www/print_index.php +++ b/www/print_index.php @@ -19,10 +19,10 @@ tt { <body vlink='#000000' link='#000000' alink='#9a9696'> <center> -<? include("header.php"); ?> +<?php include("header.php"); ?> <table align="center"><tr><td> <h1> Welcome! </h1> -<? //<img src="404.jpg" alt="404 - not found"> ?> +<?php //<img src="404.jpg" alt="404 - not found"> ?> </td></tr><tr><td> On this website, you can get a random @@ -56,7 +56,7 @@ completely free and as often as you like. <br><br> For comments, questions or suggestions drop a <br> <a href="/about"><font color='blue'>mail</font></a>. -<? include("piwik.php");?> +<?php include("piwik.php");?> </body> </html> |
