summaryrefslogtreecommitdiff
path: root/modules/user/config
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-10 21:29:30 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-10 21:29:30 +0000
commit7bcf7efc097cc0a9264d9714cdc72fc30554f376 (patch)
treeb26d77767f58adbba72325282b6f83e86f16311c /modules/user/config
parent0a8d5edbdc8e3e251f29b7370fdc2e594b06446f (diff)
Remove the complexity of a interface driven user management module
Diffstat (limited to 'modules/user/config')
-rw-r--r--modules/user/config/user.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/user/config/user.php b/modules/user/config/user.php
deleted file mode 100644
index 9a82c5fd..00000000
--- a/modules/user/config/user.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.");
-/**
- * Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 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.
- */
-
-/**
- * Name of the driver to be used for handling user authentication and password management
- */
-$config['driver'] = 'Gallery';
-