Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

26 lines
771 B

  1. <?php
  2. // autoload.php @generated by Composer
  3. if (PHP_VERSION_ID < 50600) {
  4. if (!headers_sent()) {
  5. header('HTTP/1.1 500 Internal Server Error');
  6. }
  7. $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
  8. if (!ini_get('display_errors')) {
  9. if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
  10. fwrite(STDERR, $err);
  11. } elseif (!headers_sent()) {
  12. echo $err;
  13. }
  14. }
  15. trigger_error(
  16. $err,
  17. E_USER_ERROR
  18. );
  19. }
  20. require_once __DIR__ . '/composer/autoload_real.php';
  21. return ComposerAutoloaderInit98c98c1c3d67f21a128f935fe4a74897::getLoader();