Changeset:
        44ff81dc6463
        
https://sourceforge.net/p/mrbs/hg-code/ci/44ff81dc64638e7b3462f942973cbb7810179c3a
Author:
        John Beranek <[email protected]>
Date:
        Sun Sep 25 00:22:28 2016 +0100
Log message:

Removed testing file

diffstat:

 web/dbtest.php |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (25 lines):

diff -r fb8a5207f03a -r 44ff81dc6463 web/dbtest.php
--- a/web/dbtest.php    Sun Sep 25 00:22:07 2016 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<?php
-namespace MRBS;
-
-require "defaultincludes.inc";
-require_once "mrbs_sql.inc";
-
-print "<h2>pgsql</h2>";
-
-$db_obj = DBFactory::create('pgsql', 'localhost', 'mrbs', 'mrbs-password', 
'mrbs');
-print "<p>".$db_obj->query1("SELECT VERSION()")."</p>";
-print "<p>".$db_obj->version()."</p>";
-
-print "<pre>".print_r($db_obj->field_info("mrbs_entry"), 1)."</pre>";
-
-print "<h2>default db</h2>";
-
-print "<p>".DB::default_db()->version()."</p>";
-
-print "<p>".DB::default_db()->query1("SELECT 1+4")."</p>";
-
-print "<pre>".print_r(DB::default_db()->field_info("mrbs_entry"), 1)."</pre>";

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to