8 lines
71 B
PHP
8 lines
71 B
PHP
<?php
|
|
|
|
$_SESSION["selected-items"] = $meta;
|
|
|
|
print("true");
|
|
|
|
?>
|