Lines Matching +full:ini +full:- +full:file

22 <form method="post" action="<?= e(route(SitePreferencesAction::class)) ?>" class="form-horizontal">
23 <!-- INDEX_DIRECTORY -->
24 <div class="row mb-3">
25 <label for="INDEX_DIRECTORY" class="col-sm-3 col-form-label">
29 <div class="col-sm-9">
30 …<input type="text" class="form-control" dir="ltr" id="INDEX_DIRECTORY" name="INDEX_DIRECTORY" valu…
31 <div class="form-text">
35 <div class="form-text">
37 …ta, webtrees uses an Apache configuration file (.htaccess) which blocks all access to this folder.…
39 <div class="form-text">
40 …you select a different folder, you must also move all files (except config.ini.php, index.php, and…
42 <div class="form-text">
48 <!-- TIMEZONE -->
49 <div class="row mb-3">
50 <label for="TIMEZONE" class="col-sm-3 col-form-label">
53 <div class="col-sm-9">
55 <div class="form-text">
61 <!-- THEME_DIR -->
62 <div class="row mb-3">
63 <label for="THEME_DIR" class="col-sm-3 col-form-label">
67 <div class="col-sm-9">
69 <div class="form-text">
76 <!-- LANGUAGE -->
77 <div class="row mb-3">
78 <label class="col-sm-3 col-form-label" for="LANGUAGE">
81 <div class="col-sm-9">
82 <select id="LANGUAGE" name="LANGUAGE" class="form-select">
84 …<option value="<?= $active_locale->languageTag() ?>" <?= Site::getPreference('LANGUAGE') === $acti…
85 <?= $active_locale->endonym() ?>
89 <div class="form-text">
95 <!-- ALLOW_CHANGE_GEDCOM -->
96 <fieldset class="row mb-3">
97 <legend class="col-form-label col-sm-3">
101 <div class="col-sm-9">
102 …<?= view('components/radios-inline', ['name' => 'ALLOW_CHANGE_GEDCOM', 'options' => [I18N::transla…
103 <div class="form-text">
110 <div class="row mb-3">
111 <div class="offset-sm-3 col-sm-9">
112 <button type="submit" class="btn btn-primary">
117 <a href="<?= e(route(ControlPanel::class)) ?>" class="btn btn-secondary">