8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
require '../header.php';
|
|
|
|
$_SESSION['LEDTARGETID'] = $_REQUEST['target'];
|
|
|
|
exit();
|