mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Use auto_prepend_file INI directive to prepend Core.php to all web requests automatically
This commit is contained in:
parent
fa952176d1
commit
042816cf45
69 changed files with 28 additions and 162 deletions
|
@ -1,6 +1,4 @@
|
|||
<?
|
||||
require_once('Core.php');
|
||||
|
||||
$ebooks = [];
|
||||
$author = '';
|
||||
$authorUrl = '';
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?
|
||||
require_once('Core.php');
|
||||
|
||||
// See https://developers.google.com/search/docs/data-types/book for RDFa metadata details
|
||||
|
||||
use function Safe\preg_match;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?
|
||||
require_once('Core.php');
|
||||
|
||||
use function Safe\preg_replace;
|
||||
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue