]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed file includes/db/cmysqldb.class.php
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 15 Jul 2011 13:21:03 +0000 (15:21 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:24 +0000 (14:49 +0200)
gui/bacula-web/includes/db/cmysqldb.class.php [deleted file]

diff --git a/gui/bacula-web/includes/db/cmysqldb.class.php b/gui/bacula-web/includes/db/cmysqldb.class.php
deleted file mode 100644 (file)
index d14e76b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/* 
-+-------------------------------------------------------------------------+
-| Copyright 2010-2011, Davide Franco                                             |
-|                                                                         |
-| This program is free software; you can redistribute it and/or           |
-| modify it under the terms of the GNU General Public License             |
-| as published by the Free Software Foundation; either version 2          |
-| of the License, or (at your option) any later version.                  |
-|                                                                         |
-| This program is distributed in the hope that it will be useful,         |
-| but WITHOUT ANY WARRANTY; without even the implied warranty of          |
-| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           |
-| GNU General Public License for more details.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-class CMYSQLDB extends CDB
-{      
-       public function __construct()
-       {
-       
-       }
-       
-       public function __destruct()
-       {
-       
-       }
-}
-
-?>