script3 update

This commit is contained in:
Xeno-linux
2025-09-29 11:26:38 +02:00
parent 86b71e4605
commit 8938e22e1e
2 changed files with 7 additions and 0 deletions

5
script3.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
function test() {
echo "script 3";
}