Skip to content

Commit a0378ac

Browse files
author
Christopher Brown
committed
add new ggg users
1 parent 2904865 commit a0378ac

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

includes/config.inc.php

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
* http://php.net/manual/en/function.date.php for more information.
1010
*/
1111
'php_date_format' => 'M j, Y G:i A',
12-
12+
1313
/**
14-
* The offset in seconds of the default time zone used for displaying dates.
14+
* The offset in seconds of the default time zone used for displaying dates.
1515
*/
1616
'php_time_offset' => 0,
1717

1818
/**
19-
* The format that dates constructed via JavaScript are displayed in. See
19+
* The format that dates constructed via JavaScript are displayed in. See
2020
* https://github.com/phstc/jquery-dateFormat for more information.
2121
*
2222
* This is used when possible to ensure that dates match the visitor's local
2323
* time zone. It should be equivalent to the PHP date format.
2424
*/
2525
'js_date_format' => 'MMM d, yyyy h:mm a',
26-
26+
2727
/**
2828
* Footer HTML.
2929
*/
3030
'footer' =>
3131
'Please direct feedback to <a href="http://www.pathofexile.com/forum/view-thread/69448" target="_blank">this thread</a>. '.
3232
'Want a new feature? <a href="https://github.com/ccbrown/gggtracker" target="_blank">Add it yourself!</a>',
3333
),
34-
34+
3535
/**
3636
* MySQL information. Don't forget to initialize the database with the contents of database.sql.
3737
*/
@@ -45,7 +45,7 @@
4545

4646
/**
4747
* To poll forum posts and Twitter updates, two cron jobs should be set up to invoke
48-
* scan_posts.cron.php and update_tweets.cron.php. These are publically accessible
48+
* scan_posts.cron.php and update_tweets.cron.php. These are publically accessible
4949
* files, so to prevent abuse, you must create a random secret here. Then, when
5050
* invoking the scripts, pass that secret as a GET parameter.
5151
*
@@ -54,18 +54,18 @@
5454
'cron' => array(
5555
'secret' => '',
5656
),
57-
57+
5858
'poe' => array(
5959
/**
6060
* The timezone of the forum account used (e.g. 'GMT' or 'PST').
6161
*/
6262
'forum_timezone' => '',
63-
63+
6464
/**
6565
* The value of the PHPSESSID cookie for a valid login session.
6666
*/
6767
'forum_sessid' => '',
68-
68+
6969
/**
7070
* The id of the news forum.
7171
*/
@@ -75,21 +75,24 @@
7575
* An array of forum posters to track.
7676
*/
7777
'forum_posters' => array(
78-
'Chris', 'Jonathan', 'Erik', 'Mark_GGG', 'Samantha', 'Rory', 'Rhys', 'Qarl',
79-
'Andrew_GGG', 'Damien_GGG', 'Russell', 'Joel_GGG', 'Ari', 'Thomas',
80-
'BrianWeissman', 'Edwin_GGG', 'Support', 'Dylan', 'MaxS', 'Ammon_GGG',
81-
'Jess_GGG', 'Robbie_GGG', 'GGG_Neon', 'Jason_GGG', 'Henry_GGG',
82-
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG', 'Daniel_GGG', 'Kieren_GGG',
83-
'Yeran_GGG', 'Gary_GGG', 'Dan_GGG', 'Jared_GGG', 'Brian_GGG', 'RobbieL_GGG',
84-
'Arthur_GGG', 'NickK_GGG'
78+
'Chris', 'Jonathan', 'Erik', 'Mark_GGG', 'Samantha', 'Rory',
79+
'Rhys', 'Qarl', 'Andrew_GGG', 'Damien_GGG', 'Russell', 'Joel_GGG', 'Ari',
80+
'Thomas', 'BrianWeissman', 'Edwin_GGG', 'Support', 'Dylan', 'MaxS',
81+
'Ammon_GGG', 'Jess_GGG', 'Robbie_GGG', 'GGG_Neon', 'Jason_GGG', 'Henry_GGG',
82+
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG', 'Daniel_GGG', 'Kieren_GGG', 'Yeran_GGG',
83+
'Gary_GGG', 'Dan_GGG', 'Jared_GGG', 'Brian_GGG', 'RobbieL_GGG', 'Arthur_GGG',
84+
'NickK_GGG', 'Felipe_GGG', 'Alex_GGG', 'Alexcc_GGG', 'Andy', 'CJ_GGG',
85+
'Eben_GGG', 'Emma_GGG', 'Ethan_GGG', 'Fitzy_GGG', 'Hartlin_GGG', 'Jake_GGG',
86+
'Lionel_GGG', 'Melissa_GGG', 'MikeP_GGG', 'Novynn', 'Rachel_GGG', 'Rob_GGG',
87+
'Roman_GGG', 'Sarah_GGG', 'SarahB_GGG', 'Tom_GGG'
8588
),
8689

8790
/**
8891
* The Twitter user to track.
8992
*/
9093
'twitter_name' => 'pathofexile',
9194
),
92-
95+
9396
/**
9497
* Twitter-supplied credentials. Create an app at https://apps.twitter.com and obtain
9598
* these through the "Keys and Access Tokens" tab for your app.
@@ -103,7 +106,7 @@
103106
);
104107

105108
/**
106-
* Any of the above can be overridden in a local configuration file. Simply create a file named
109+
* Any of the above can be overridden in a local configuration file. Simply create a file named
107110
* local_config.php that looks like this:
108111
*
109112
* <?php

0 commit comments

Comments
 (0)