php_engine/core/lib/file2.php
2025-01-20 19:54:53 +03:00

9 lines
120 B
PHP

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