~ubuntu-branches/ubuntu/quantal/cacti/quantal

« back to all changes in this revision

Viewing changes to include/config.php

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2012-05-19 07:56:04 UTC
  • mfrom: (32.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120519075604-3d7bbqre329rz5lj
Tags: 0.8.8a-2
* Use ts to timestamp poller errors in cron when available and add moreutils
  to suggests.
* Add suhosin.memory_limit to cron and poller (Closes: #566609)
* Add dependency on ${perl:Depends} as the dependency on perl was missing
* Use a template based on config.php for debian.php creation to include
  non-database options and get rid of 01_config.php.patch by creating link
  to debian.php instead. Update two dependent patches.
* Add different sub folders to local resource in d/dirs
* Add cacti.sql_ensure_cron_works.patch to prevent failure of crontab after
  install as the paths to rrdtool and php are not set.
* Add cacti.sql_drop_tables_to_begin.patch patch to work around bug 665742
  where dbconfig-common does not drop the tables during reconfigure so we have
  to do it on population of the database to prevent errors.
* Update d/copyright to include proper license info for jscalendar and
  treeview (this last one needs action). Also update Cacti's license as it
  has been GPL-2+ all along.
* Readded debconf question option for lighttpd lost in commit 98fed9b while
  preventing the need to call for new translations. Use lower-case apache2 and
  lighttpd as package names at the same time.
* Update 08_563955_local_data_id.patch with upstream bug number
* Improve rra removal on purge (one higher level directory) in postrm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
3
 +-------------------------------------------------------------------------+
4
 
 | Copyright (C) 2004-2011 The Cacti Group                                 |
 
4
 | Copyright (C) 2004-2012 The Cacti Group                                 |
5
5
 |                                                                         |
6
6
 | This program is free software; you can redistribute it and/or           |
7
7
 | modify it under the terms of the GNU General Public License             |
31
31
$database_port = "3306";
32
32
$database_ssl = false;
33
33
 
 
34
/*
 
35
   Edit this to point to the default URL of your Cacti install
 
36
   ex: if your cacti install as at http://serverip/cacti/ this
 
37
   would be set to /cacti/
 
38
*/
 
39
//$url_path = "/cacti/";
 
40
 
34
41
/* Default session name - Session name must contain alpha characters */
35
 
#$cacti_session_name = "Cacti";
 
42
//$cacti_session_name = "Cacti";
36
43
 
37
44
?>