Remove accidentally commited bootstrap.php
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 14:05:24 +0000 (16:05 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 14:05:24 +0000 (16:05 +0200)
see 4f33a332b8aaf66e6c2fb1c9919063146c328c56

wcfsetup/install/files/bootstrap.php [deleted file]

diff --git a/wcfsetup/install/files/bootstrap.php b/wcfsetup/install/files/bootstrap.php
deleted file mode 100644 (file)
index e7645d6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-// try to set a time-limit to infinite
-@\set_time_limit(0);
-
-// define current unix timestamp
-\define('TIME_NOW', \time());
-
-// fix timezone warning issue
-if (!@\ini_get('date.timezone')) {
-       @\date_default_timezone_set('Europe/London');
-}
-
-require_once(WCF_DIR . 'lib/system/api/autoload.php');
-require_once(WCF_DIR . 'lib/core.functions.php');
-
-