33 |
|
# in order of public.php |
34 |
|
$machine = isset($_GET['machine']) ? $_GET['machine'] : ""; |
35 |
|
$fontsize = isset($_GET['fontsize']) ? $_GET['fontsize'] : ""; |
36 |
– |
$refresh = isset($_GET['refresh']) ? $_GET['refresh'] : ""; |
36 |
|
$hideform = isset($_GET['hideform']) ? $_GET['hideform'] : ""; |
37 |
|
$pagewidth = isset($_GET['pagewidth']) ? $_GET['pagewidth'] : ""; |
38 |
|
$small = isset($_GET['small']) ? $_GET['small'] : ""; |
40 |
– |
$submit = isset($_GET['submut']) ? $_GET['submit'] : ""; |
39 |
|
} |
40 |
|
|
41 |
|
function printLine($title) { |