Parent: [r11] (diff)

Child: [r24] (diff)

Download this file

settings.java    25 lines (23 with data), 738 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import script.Plugin;
/**
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (http://triplecheck.de)
* Created: 2013-12-13T00:00:00Z
* LicenseName: NOASSERTION
* FileName: settings.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright (c) 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text> Basic settings loaded on the beginning of the program
* start.</text>
*/
/**
*
* @author Nuno Brito, 13th of December 2013 in Darsmtadt, Germany
*/
public class settings extends Plugin{
public void start(){
// activate the counter
utils.internet.threadedWebGet("http://c.statcounter.com/9475183/0/e5bd970e/0/");
}
}