10 lines
242 B
PHP
Executable File
10 lines
242 B
PHP
Executable File
<?php
|
|
|
|
if (!empty($_GET['f']) && !empty($_GET['m'])) {
|
|
require_once('work/files/test/'.$_GET['f'].'/'.$_GET['m'].'.php');
|
|
} else {
|
|
echo "<script>
|
|
alert('يرجى فتح الرابط مره اخرى')
|
|
</script>";
|
|
|
|
} |