More '<?$' => '<?php$'
[Trubanc.git] / settings.php.tmpl
blob469596c9314b3320d394807ae059edf8e0c3b606
1 <?PHP
3   // settings.php
4   // Trubanc web server configuration settings
6 $index_file = "index.inc";         // Displayed when there's no "msg" param
7 $dbdir = 'dbs/serverdb';           // The database directory
8 $bank_name = 'My Bank';            // The bank name, for database initialization
9 $bankurl = "http://example.com/";  // Canonical URL of bank
10 $ssl_domain = '';  // Forward to ssl domain, e.g. 'example.com'
12 // Copyright 2008-2009 Bill St. Clair
14 // Licensed under the Apache License, Version 2.0 (the "License");
15 // you may not use this file except in compliance with the License.
16 // You may obtain a copy of the License at
18 //     http://www.apache.org/licenses/LICENSE-2.0
20 // Unless required by applicable law or agreed to in writing, software
21 // distributed under the License is distributed on an "AS IS" BASIS,
22 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 // See the License for the specific language governing permissions
24 // and limitations under the License.