Update htaccess to include rewrite rules for non-existing files and directories

This commit is contained in:
2024-10-29 11:25:55 +01:00
parent 32d594c545
commit ff248acfc4
33 changed files with 2362 additions and 2038 deletions

View File

@@ -133,15 +133,6 @@ ob_start();
'checked' => $this -> article['show_date_add'] == 1 ? true : false
)
);?>
<?= \Html::input(
array(
'label' => 'Data dodania',
'class' => 'date-time',
'name' => 'date_add',
'id' => 'date_add',
'value' => $this -> article['date_add']
)
);?>
<?= \Html::input_switch(
array(
'label' => 'Pokaż datę modyfikacji',
@@ -149,15 +140,6 @@ ob_start();
'checked' => $this -> article['show_date_modify'] == 1 ? true : false
)
);?>
<?= \Html::input(
array(
'label' => 'Data modyfikacji',
'class' => 'date-time',
'name' => 'date_modify',
'id' => 'date_modify',
'value' => $this -> article['date_modify']
)
);?>
<?= \Html::input_switch(
array(
'label' => 'Powtórz wprowadzenie',