/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
<?php
if(isset($_POST['parseSubmit'])){

	include "parseNames.php";
} else {
	include "parseForm.php";
}
?>