mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
7 lines
118 B
PHP
7 lines
118 B
PHP
<?
|
|
/* AJAX Previews, simple stuff. */
|
|
|
|
if (!empty($_POST['message'])) {
|
|
echo Text::full_format($_POST['message']);
|
|
}
|