TinTinDo's picture
Upload 13 files
3319e90 verified
raw
history blame contribute delete
64 Bytes
<?php
session_start();
$_SESSION['x'] = "hello";
echo "OK";