Fix some bugs

This commit is contained in:
2024-09-15 02:10:12 -07:00
parent fab791d2e9
commit a2b5773be0
5 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,7 @@
<head>
<?php
const INITIAL_ALBUMS = 15;
require 'options.php';
require 'library.php';
require 'Album.php';
if ($_SERVER['REQUEST_METHOD'] != 'GET' && $_SERVER['REQUEST_METHOD'] != 'HEAD') {