9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
include_once "../file1.php";
|
|
|
|
function sendMessage(){
|
|
echo "Happy new year! God save the king!";
|
|
}
|
|
|
|
three(); |