| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/xhr/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/xhr/load-emojies.php |
<?php
if ($f == 'load-emojies') {
$data = array(
'status' => 200,
'html' => Wo_LoadPage('emojies/content')
);
header("Content-type: application/json");
echo json_encode($data);
exit();
}