Files
depot_1/script3.php

5 lines
47 B
PHP
Raw Permalink Normal View History

2025-09-29 11:26:38 +02:00
<?php
function test() {
echo "script 3";
}