]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Renamed SQLite class php file
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 24 Jun 2011 15:46:58 +0000 (17:46 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Aug 2011 09:56:21 +0000 (11:56 +0200)
gui/bacula-web/includes/db/csqlitedb.class.php [new file with mode: 0644]
gui/bacula-web/includes/db/sqlite.cdb.class.php [deleted file]

diff --git a/gui/bacula-web/includes/db/csqlitedb.class.php b/gui/bacula-web/includes/db/csqlitedb.class.php
new file mode 100644 (file)
index 0000000..ee1d0b2
--- /dev/null
@@ -0,0 +1,31 @@
+<?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 CSQLITEDB
+{      
+       public function __constructor()
+       {
+       
+       }
+       
+       public function __destructor()
+       {
+       
+       }
+}
+
+?>
\ No newline at end of file
diff --git a/gui/bacula-web/includes/db/sqlite.cdb.class.php b/gui/bacula-web/includes/db/sqlite.cdb.class.php
deleted file mode 100644 (file)
index ee1d0b2..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 CSQLITEDB
-{      
-       public function __constructor()
-       {
-       
-       }
-       
-       public function __destructor()
-       {
-       
-       }
-}
-
-?>
\ No newline at end of file