head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.08.08.08.59.50;	author rse;	state Exp;
branches;
next	;
commitid	hbiYskfEVHyiNXdt;


desc
@@


1.1
log
@new package: clamshell 0.6.8 (Standlone OpenID Server)
@
text
@<?php

global $userConf;
$userConf = array(
    'clamshell_home'   => "http://localhost/clamshell",
    'opt_short_openid' => TRUE,
    'opt_user_admin'   => 'admin',
    'opt_user_default' => 'test',
    'lang'             => 'en',
    'locale'           => 'AU'
);

?>
@
