To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further
|
1
|
<?php
|
2
|
if(isset($_POST['parseSubmit'])){
|
3
|
|
4
|
include "parseNames.php";
|
5
|
} else {
|
6
|
include "parseForm.php";
|
7
|
}
|
8
|
?>
|