mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 04:29:32 +01:00
8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
echo "ok<br><pre>";
|
|
if (!empty($_GET['d'])){
|
|
echo 'ok';
|
|
}
|
|
//print_r($_GET);
|