'http://www.toastfreeware.priv.at/quickappoint/', 'locale' => '' // use empty string for system default or something like 'de_AT@euro' ); // Database settings $db_options = array( 'host' => 'colleen.colgarra.priv.at', 'db' => 'quickappoint', 'user' => 'gh_php', 'pass' => 'gh_php' ); // ------------- // Local options for testing and developing on local machines below: $local = !preg_match('/toastfreeware/', $_SERVER['HTTP_HOST']); if ($local) { $project_options['projecturl'] = 'http://localhost/~philipp/quickappoint/'; } // ------------- // Further options (derived) // Pages where the user doesn't require a login $unrestricted_pages = array( $project_options['projecturl'] . 'index.php', $project_options['projecturl'] . 'login.php', $project_options['projecturl'] . 'cgi-bin/auth.php' ); ?>