pkg://horde-passwd-3.0.1_1.tbz:916306/
www/
horde/
passwd/index.php
downloads
<?php
/**
* $Horde: passwd/index.php,v 1.15.2.3 2007/01/02 13:55:14 jan Exp $
*
* Copyright 2002-2007 Eric Jon Rostetter <eric.rostetter@physics.utexas.edu>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/gpl.php.
*/
@define('PASSWD_BASE', dirname(__FILE__));
$passwd_configured = (@is_readable(PASSWD_BASE . '/config/conf.php') &&
@is_readable(PASSWD_BASE . '/config/backends.php'));
if (!$passwd_configured) {
require PASSWD_BASE . '/../lib/Test.php';
Horde_Test::configFilesMissing('Passwd', PASSWD_BASE, array('conf.php', 'backends.php'));
}
require PASSWD_BASE . '/main.php';