script3 update
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<?php
|
||||
require_once 'script3.php';
|
||||
|
||||
echo "script 2";
|
5
script3.php
Normal file
5
script3.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
function test() {
|
||||
echo "script 3";
|
||||
}
|
Reference in New Issue
Block a user