diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg new file mode 100644 index 0000000..8d5b06f --- /dev/null +++ b/assets/img/favicon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MV + diff --git a/index.php b/index.php index b1657bc..a98e011 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ usort($videos, function($a, $b) use ($videoCache) { }); $page=max(1,(int)($_GET['page']??1)); $per=$config['items_per_page']; $total=count($videos); $pages=max(1,(int)ceil($total/$per)); $page=min($page,$pages); $slice=array_slice($videos,($page-1)*$per,$per); ?> -MVLog +MVLog

No videos yet.

diff --git a/login.php b/login.php index 4b69860..4757803 100644 --- a/login.php +++ b/login.php @@ -17,7 +17,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { } function h($s){ return htmlspecialchars((string)$s, ENT_QUOTES, 'UTF-8'); } ?> -MVLog Login +MVLog Login

Log in

diff --git a/new.php b/new.php index 92932a8..8cc02dc 100644 --- a/new.php +++ b/new.php @@ -157,7 +157,7 @@ $editName = $_GET['edit'] ?? ''; $editDir = null; $editData = ['title'=>'','date'=>'','place'=>'','description'=>'','captions'=>[]]; $editFiles = []; if ($editName !== '') { try { $editDir = safe_input_dir($config['uploads_dir'], $editName); $editData = read_data($editDir); $editFiles = list_files($editDir); } catch (Throwable $e) { $err = $e->getMessage(); } } ?> -Admin - <?=h($config['site_name'])?> +Admin - <?=h($config['site_name'])?>