adds as related columns to the php code
This commit is contained in:
parent
e8565136a9
commit
ad381404c6
2
help.php
2
help.php
|
@ -442,6 +442,8 @@ function setupMySQL()
|
||||||
"`peer_id` binary(20) NOT NULL," .
|
"`peer_id` binary(20) NOT NULL," .
|
||||||
"`compact` binary(6) NOT NULL," .
|
"`compact` binary(6) NOT NULL," .
|
||||||
"`ip` char(15) NOT NULL," .
|
"`ip` char(15) NOT NULL," .
|
||||||
|
"`as_code` varchar(255) NOT NULL," .
|
||||||
|
"`country` varchar(255) NOT NULL," .
|
||||||
"`port` smallint(5) unsigned NOT NULL," .
|
"`port` smallint(5) unsigned NOT NULL," .
|
||||||
"`state` tinyint(1) unsigned NOT NULL DEFAULT '0'," .
|
"`state` tinyint(1) unsigned NOT NULL DEFAULT '0'," .
|
||||||
"`updated` int(10) unsigned NOT NULL," .
|
"`updated` int(10) unsigned NOT NULL," .
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// Configuration ///////////////////////////////////////////////////////////////////////////////////
|
// Configuration ///////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// tracker state
|
// tracker state
|
||||||
require '../mysql.config.php';
|
require 'mysql.config.php';
|
||||||
|
|
||||||
// Tracker Operations //////////////////////////////////////////////////////////////////////////////
|
// Tracker Operations //////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user