blob: b8fd491e0993b088d45394040d9ce03e2c96a491 [file] [log] [blame]
<?php
set_magic_quotes_runtime(0);
if (isset($_GET['debug'])) {
echo '<pre>';
print_r($_POST);
} else {
echo stripslashes($_POST['editor']) ;
}