diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg index dc9a603..cca5b92 100644 --- a/assets/img/favicon.svg +++ b/assets/img/favicon.svg @@ -1,5 +1,5 @@ - + diff --git a/assets/img/moto_travel.png b/assets/img/moto_travel.png new file mode 100644 index 0000000..33512b4 Binary files /dev/null and b/assets/img/moto_travel.png differ diff --git a/index.php b/index.php index ad64570..475cc9d 100644 --- a/index.php +++ b/index.php @@ -87,7 +87,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 -
+

No videos yet.

diff --git a/login.php b/login.php index 30efa3f..28efc60 100644 --- a/login.php +++ b/login.php @@ -18,6 +18,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { function h($s){ return htmlspecialchars((string)$s, ENT_QUOTES, 'UTF-8'); } ?> MVLog Login - +

Log in

diff --git a/new.php b/new.php index 682152f..06a2c56 100644 --- a/new.php +++ b/new.php @@ -158,7 +158,7 @@ $editDir = null; $editData = ['title'=>'','date'=>'','place'=>'','description'=> 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'])?> -
+

Videos without input dir

No orphan videos.


MB