mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 11:56:38 -04:00
Add safe function
This commit is contained in:
parent
bb80fb206d
commit
7cf3148536
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?
|
<?
|
||||||
use function Safe\apcu_fetch;
|
use function Safe\apcu_fetch;
|
||||||
|
use function Safe\strtotime;
|
||||||
|
|
||||||
// If the user is not logged in, or has less than some amount of downloads, show a thank-you page
|
// If the user is not logged in, or has less than some amount of downloads, show a thank-you page
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue