diff --git a/load.php b/load.php index a83daf0..785dbff 100644 --- a/load.php +++ b/load.php @@ -14,6 +14,7 @@ define( 'SQLITE_MAIN_FILE', __FILE__ ); +require_once __DIR__ . '/php-polyfills.php'; require_once __DIR__ . '/admin-page.php'; require_once __DIR__ . '/activate.php'; require_once __DIR__ . '/deactivate.php'; diff --git a/php-polyfills.php b/php-polyfills.php new file mode 100644 index 0000000..89d6d1a --- /dev/null +++ b/php-polyfills.php @@ -0,0 +1,54 @@ +