corrected address of server (use localhost)

This commit is contained in:
Ulf Gebhardt 2019-08-22 18:33:14 +02:00
parent 76e99dcc73
commit 37f1537b8b
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -14,8 +14,8 @@ class default_page implements SYSTEM\PAGE\DefaultPage {
'<link rel="stylesheet" href="'.(new PLIB('tsstatus/tsstatus.css'))->WEBPATH().'" type="text/css" />';}
private static function ts_app(){
//$ts = new TSStatus('127.0.0.1');
$ts = new TSStatus('mojotrollz.eu');
$ts = new TSStatus('127.0.0.1');
//$ts = new TSStatus('mojotrollz.eu');
$ts->setLoginPassword('mojotrollztsquery', '9aYllYkG');
$ts->imagePath = 'api.php?call=files&cat=img&id=';
return $ts->render();