php/heslo/index.php
changeset 2 4137ab2aab4b
parent 1 001f2734b554
child 3 74a6a363ff9e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/php/heslo/index.php	Tue May 05 16:49:30 2009 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +<?php
     1.5 +
     1.6 +/** Jednoduchý skript sloužící ke změně hesla */
     1.7 +
     1.8 +include("html/hlavicka.html");
     1.9 +
    1.10 +include("html/paticka.html");
    1.11 +
    1.12 +?>
    1.13 \ No newline at end of file