forked from Bigjoos/U-232-V5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.php
20 lines (20 loc) · 1.05 KB
/
info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
|--------------------------------------------------------------------------|
| https://github.com/Bigjoos/
|--------------------------------------------------------------------------|
| Licence Info: GPL
|--------------------------------------------------------------------------|
| Copyright (C) 2010 U-232 V5
|--------------------------------------------------------------------------|
| A bittorrent tracker source based on TBDev.net/tbsource/bytemonsoon.
|--------------------------------------------------------------------------|
| Project Leaders: Mindless, Autotron, whocares, Swizzles.
|--------------------------------------------------------------------------|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/ \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
( U | - | 2 | 3 | 2 )-( S | o | u | r | c | e )-( C | o | d | e )
\_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
*/
phpinfo();
?>