9e6f12f429d416c/app/node_modules/sucrase">sucrase 30f7226d9a first commit 2 jaren geleden supports-preserve-symlinks-flag 30f7226d9a first commit 2 jaren geleden tailwind-color-palette 30f7226d9a first commit 2 jaren geleden tailwindcss 30f7226d9a first commit 2 jaren geleden thenify 30f7226d9a first commit 2 jaren geleden thenify-all 30f7226d9a first commit 2 jaren geleden to-regex-range 30f7226d9a first commit 2 jaren geleden tr46 30f7226d9a first commit 2 jaren geleden ts-interface-checker 30f7226d9a first commit 2 jaren geleden uglify-js 30f7226d9a first commit 2 jaren geleden underscore 30f7226d9a first commit 2 jaren geleden upper-case 30f7226d9a first commit 2 jaren geleden util-deprecate 30f7226d9a first commit 2 jaren geleden valid-data-url 30f7226d9a first commit 2 jaren geleden web-resource-inliner 30f7226d9a first commit 2 jaren geleden webidl-conversions 30f7226d9a first commit 2 jaren geleden whatwg-url 30f7226d9a first commit 2 jaren geleden wrap-ansi 30f7226d9a first commit 2 jaren geleden wrappy 30f7226d9a first commit 2 jaren geleden y18n 30f7226d9a first commit 2 jaren geleden yallist 30f7226d9a first commit 2 jaren geleden yaml 30f7226d9a first commit 2 jaren geleden yargs 30f7226d9a first commit 2 jaren geleden yargs-parser 30f7226d9a first commit 2 jaren geleden .yarn-integrity 30f7226d9a first commit 2 jaren geleden tum/whitesports - Gogs: Simplico Git Service

Brak opisu

index.php 405B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Front to the WordPress application. This file doesn't do anything, but loads
  4. * wp-blog-header.php which does and tells WordPress to load the theme.
  5. *
  6. * @package WordPress
  7. */
  8. /**
  9. * Tells WordPress to load the WordPress theme and output it.
  10. *
  11. * @var bool
  12. */
  13. define( 'WP_USE_THEMES', true );
  14. /** Loads the WordPress Environment and Template */
  15. require __DIR__ . '/wp-blog-header.php';