Skip to content

Commit 80e1434

Browse files
committed
Also support "last X" REST interface
0 parents  commit 80e1434

File tree

1,775 files changed

+195589
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,775 files changed

+195589
-0
lines changed

bundled-libs/.current_version

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Cache_Lite 1.5.1
2+
HTTP_Request 1.2.4
3+
Net_CheckIP 1.1
4+
Net_Socket 1.0.6
5+
Net_URL 1.0.14
6+
PEAR 1.3.5
7+
Text_Wiki 0.25.0
8+
XML_RPC 1.4.0
9+
Onyx 1.0 (customized)
10+
Smarty 2.6.9
11+
Net_DNSBL 1.0.0

bundled-libs/Cache/BUNDLE_NOTICE

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Replace:
2+
Lite.php:
3+
include_once('PEAR.php');
4+
include_once dirname(__FILE__) . '/../PEAR.php';
5+
6+
Output.php, Function.php:
7+
require_once('Cache/Lite.php');
8+
require_once(dirname(__FILE__) . '/../Lite.php';

0 commit comments

Comments
 (0)