mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-31 04:02:00 -07:00
First (re-)commit
This commit is contained in:
7
ext/ajaxen.php
Normal file
7
ext/ajaxen.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
header("content-type: text/plain");
|
||||
|
||||
// @Xkeeper: ignore this file entirely.
|
||||
if (!IS_AJAX_REQUEST) {
|
||||
die("Dude, no. Seriously.");
|
||||
}
|
Reference in New Issue
Block a user