]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Renamed database class files
authorDavide Franco <bacula-dev@dflc.ch>
Wed, 22 Jun 2011 16:35:35 +0000 (18:35 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:14 +0000 (14:49 +0200)
gui/bacula-web/includes/db/database.class.php [new file with mode: 0644]
gui/bacula-web/includes/db/db.class.php [deleted file]
gui/bacula-web/includes/db/db.mysql.class.php [deleted file]
gui/bacula-web/includes/db/db.pgsql.class.php [deleted file]
gui/bacula-web/includes/db/db.sqlite.class.php [deleted file]
gui/bacula-web/includes/db/mysqldatabase.class.php [new file with mode: 0644]
gui/bacula-web/includes/db/pgsqldatabase.class.php [new file with mode: 0644]
gui/bacula-web/includes/db/sqlitedatabase.class.php [new file with mode: 0644]

diff --git a/gui/bacula-web/includes/db/database.class.php b/gui/bacula-web/includes/db/database.class.php
new file mode 100644 (file)
index 0000000..6519f3e
--- /dev/null
@@ -0,0 +1,18 @@
+<?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.                            |
++-------------------------------------------------------------------------+ 
+*/
+
+?>
diff --git a/gui/bacula-web/includes/db/db.class.php b/gui/bacula-web/includes/db/db.class.php
deleted file mode 100644 (file)
index 6519f3e..0000000
+++ /dev/null
@@ -1,18 +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.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-?>
diff --git a/gui/bacula-web/includes/db/db.mysql.class.php b/gui/bacula-web/includes/db/db.mysql.class.php
deleted file mode 100644 (file)
index 6519f3e..0000000
+++ /dev/null
@@ -1,18 +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.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-?>
diff --git a/gui/bacula-web/includes/db/db.pgsql.class.php b/gui/bacula-web/includes/db/db.pgsql.class.php
deleted file mode 100644 (file)
index 89727b8..0000000
+++ /dev/null
@@ -1,18 +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.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-?>
\ No newline at end of file
diff --git a/gui/bacula-web/includes/db/db.sqlite.class.php b/gui/bacula-web/includes/db/db.sqlite.class.php
deleted file mode 100644 (file)
index 89727b8..0000000
+++ /dev/null
@@ -1,18 +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.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-?>
\ No newline at end of file
diff --git a/gui/bacula-web/includes/db/mysqldatabase.class.php b/gui/bacula-web/includes/db/mysqldatabase.class.php
new file mode 100644 (file)
index 0000000..6519f3e
--- /dev/null
@@ -0,0 +1,18 @@
+<?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.                            |
++-------------------------------------------------------------------------+ 
+*/
+
+?>
diff --git a/gui/bacula-web/includes/db/pgsqldatabase.class.php b/gui/bacula-web/includes/db/pgsqldatabase.class.php
new file mode 100644 (file)
index 0000000..89727b8
--- /dev/null
@@ -0,0 +1,18 @@
+<?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.                            |
++-------------------------------------------------------------------------+ 
+*/
+
+?>
\ No newline at end of file
diff --git a/gui/bacula-web/includes/db/sqlitedatabase.class.php b/gui/bacula-web/includes/db/sqlitedatabase.class.php
new file mode 100644 (file)
index 0000000..89727b8
--- /dev/null
@@ -0,0 +1,18 @@
+<?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.                            |
++-------------------------------------------------------------------------+ 
+*/
+
+?>
\ No newline at end of file