Changed update check url

This commit is contained in:
Andre Lorbach 2010-02-22 11:06:01 +01:00
parent 432e100f9d
commit a014f5e7bb

View File

@ -67,7 +67,7 @@ $LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "2.8.0";
$content['UPDATEURL'] = "http://www.phplogcon.org/updatecheck/version.txt";
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true!