aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorFrançois LASSERRE2014-07-23 23:00:30 +0200
committerPim van den Berg2014-07-23 23:08:46 +0200
commit6792a49f379953315e493bb15ebdc670aa334a74 (patch)
tree277a49a40ba2379043a9116ed192d6f96042008b /conf
parenttype/base: stop escaping characters manually since we use escapeshellarg() (diff)
downloadapt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.zip
apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.gz
apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.bz2
apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.xz
Remove from all files the ending php tag
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php
index 324c441..66b5d0e 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -98,5 +98,3 @@ $CONFIG['default_timezone'] = 'UTC';
98# load local configuration 98# load local configuration
99if (file_exists(dirname(__FILE__).'/config.local.php')) 99if (file_exists(dirname(__FILE__).'/config.local.php'))
100 include_once 'config.local.php'; 100 include_once 'config.local.php';
101
102?>