mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 01:31:58 -07:00
8 lines
151 B
PHP
8 lines
151 B
PHP
<?php
|
|
header("content-type: text/plain");
|
|
|
|
// @Xkeeper: ignore this file entirely.
|
|
if (!IS_AJAX_REQUEST) {
|
|
die("Dude, no. Seriously.");
|
|
}
|