summaryrefslogtreecommitdiff
path: root/modules/gallery/config
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-03 11:25:02 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-03 11:25:02 -0700
commit82dd468002d5d21a5c8c391d6fce543b3df43de1 (patch)
tree9e5efa8594d63999a083e087bb3debc6f657fcc8 /modules/gallery/config
parent53e2df01ebc26337fab13da2c38e6f2555a673d0 (diff)
Refactor interaction with the purifier module so that the API is
cleaner and we don't need to know about the module innards. Move the config file over there too.
Diffstat (limited to 'modules/gallery/config')
-rw-r--r--modules/gallery/config/purifier.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/gallery/config/purifier.php b/modules/gallery/config/purifier.php
deleted file mode 100644
index 30de9dc5..00000000
--- a/modules/gallery/config/purifier.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.");
-/**
- * Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2009 Bharat Mediratta
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-$config["Cache"] = array(
- "SerializerPath" => TMPPATH
-);
-
-$config["Attr"] = array(
- "EnableID" => true
-);