11 lines
127 B
PHP
11 lines
127 B
PHP
|
<?php
|
||
|
include 'header.php';
|
||
|
if (dff) {
|
||
|
thank();
|
||
|
// Bad indentation on next line?
|
||
|
}
|
||
|
for (;;) {
|
||
|
you();
|
||
|
}
|
||
|
?>
|