]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Renamed database.class.php to cdb.class.php
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 24 Jun 2011 14:49:34 +0000 (16:49 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Aug 2011 09:56:17 +0000 (11:56 +0200)
gui/bacula-web/includes/db/cdb.class.php [new file with mode: 0644]
gui/bacula-web/includes/db/database.class.php [deleted file]
gui/bacula-web/templates/index.tpl

diff --git a/gui/bacula-web/includes/db/cdb.class.php b/gui/bacula-web/includes/db/cdb.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/database.class.php b/gui/bacula-web/includes/db/database.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.                            |
-+-------------------------------------------------------------------------+ 
-*/
-
-?>
index 1eead7930fa65dba79cefbe315f1056aa56d79ef..1a7d9d04fba0e018d15438df5d29370d8729fd8e 100644 (file)
        <p class="title">Reports</p>
  
  <!-- Custom report -->
- <form method="post" action="report.php">
+ <form method="post" action="client-report.php">
        <table width="100%">
                <tr>
                        <td class="tbl_header" colspan="2"><b>Custom report</b></td>