9 lines
61 B
PHP
9 lines
61 B
PHP
|
#!/bin/php
|
||
|
|
||
|
<?php
|
||
|
include "footer.php"
|
||
|
?>
|
||
|
|
||
|
</body>
|
||
|
</html>
|