Files
jul/ext/ajaxen.php
2015-08-08 22:45:34 -07:00

8 lines
151 B
PHP

<?php
header("content-type: text/plain");
// @Xkeeper: ignore this file entirely.
if (!IS_AJAX_REQUEST) {
die("Dude, no. Seriously.");
}