Merge branch 'PrivateBin:master' into navigate-after-delete

This commit is contained in:
theProton
2024-10-17 21:22:29 -04:00
committed by GitHub
8 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
use PrivateBin\I18n;
?><!DOCTYPE html>
<html lang="<?php echo I18n::getLanguage(); ?>"<?php echo I18n::isRtl() ? ' dir="rtl"' : ''; ?>>