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

View File

@@ -1,2 +1,4 @@
<?php <?php
require_once 'script3.php';
echo "script 2"; echo "script 2";

5
script3.php Normal file
View File

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