mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Tweak donation banners and some type safety
This commit is contained in:
parent
c07b4cec1e
commit
0105bfefa4
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
<?
|
||||
use function Safe\preg_match;
|
||||
use function Safe\preg_replace;
|
||||
|
||||
$page = HttpInput::Int(GET, 'page') ?? 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue