LEDColors/ajax/ajax_settarget.php
2023-08-29 12:25:33 -04:00

8 lines
90 B
PHP

<?php
require '../header.php';
$_SESSION['LEDTARGETID'] = $_REQUEST['target'];
exit();