9 lines
83 B
PHP
9 lines
83 B
PHP
<?php
|
|
|
|
|
|
|
|
/* @var $this \yii\web\View */
|
|
|
|
echo $_GET['ticket'] ?? 'ticket empty'
|
|
?>
|