TightURL

TightURL Git Source Tree

Root/bad-behavior/bad-behavior/movabletype.inc.php

1<?php if (!defined('BB2_CORE')) die('I said no cheating!');
2
3function bb2_movabletype($package)
4{
5    // Is it a trackback?
6    if (strcasecmp($package['request_method'], "POST")) {
7        if (strcmp($package['headers_mixed']['Range'], "bytes=0-99999")) {
8            return "7d12528e";
9        }
10    }
11    return false;
12}
13
14?>
15

Archive Download this file

Branches