]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/index.php
baculum: Fix add to translation static texts on the api default page
[bacula/bacula] / gui / baculum / index.php
index f6bfcd80e201d8d0178a9d113cfd329664bf5a53..054752f3994993699b9aa50be92cf9e88797272d 100644 (file)
@@ -1,26 +1,34 @@
 <?php
-/**
- * Bacula® - The Network Backup Solution
- * Baculum - Bacula web interface
+/*
+ * Bacula(R) - The Network Backup Solution
+ * Baculum   - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2016 Kern Sibbald
  *
  * The main author of Baculum is Marcin Haba.
- * The main author of Bacula is Kern Sibbald, with contributions from many
- * others, a complete list can be found in the file AUTHORS.
+ * The original author of Bacula is Kern Sibbald, with contributions
+ * from many others, a complete list can be found in the file AUTHORS.
  *
  * You may use this file and others of this release according to the
  * license defined in the LICENSE file, which includes the Affero General
  * Public License, v3.0 ("AGPLv3") and some additional permissions and
  * terms pursuant to its AGPLv3 Section 7.
  *
- * Bacula® is a registered trademark of Kern Sibbald.
+ * This notice must be preserved when any source code is
+ * conveyed and/or propagated.
+ *
+ * Bacula(R) is a registered trademark of Kern Sibbald.
+ */
+
+/*
+ * Constant is used to localize always valid document root directory
+ * Using for placing Baculum files in document root subdirectory
  */
-date_default_timezone_set('UTC');
-require_once('./protected/Pages/Requirements.php');
-new Requirements(__DIR__);
+define('APPLICATION_DIRECTORY', __DIR__);
+
 require_once('./framework/prado.php');
+
+// Start application
 $application=new TApplication;
 $application->run();
-?>
\ No newline at end of file
+?>