From 464dedc78bb6eb0d7c02996d566fca573f9c03d2 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 12 Aug 2013 20:07:54 +0300 Subject: [PATCH] Use bootstrap 3 --- View.php | 76 +++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 39 deletions(-) diff --git a/View.php b/View.php index 99358ce..a99f58b 100644 --- a/View.php +++ b/View.php @@ -2,13 +2,14 @@ require __DIR__ . '/SourceQuery/SourceQuery.class.php'; // Edit this -> - define( 'SQ_SERVER_ADDR', 'gs2.my-run.de' ); + define( 'SQ_SERVER_ADDR', 'localhost' ); define( 'SQ_SERVER_PORT', 27015 ); define( 'SQ_TIMEOUT', 1 ); define( 'SQ_ENGINE', SourceQuery :: SOURCE ); // Edit this <- $Timer = MicroTime( true ); + $Query = new SourceQuery( ); $Info = Array( ); @@ -29,6 +30,8 @@ } $Query->Disconnect( ); + + $Timer = Number_Format( MicroTime( true ) - $Timer, 4, '.', '' ); ?> @@ -36,48 +39,48 @@ Source Query PHP Class - +
-