ss="octicon octicon-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit 3 years ago tailwind-color-palette 30f7226d9a first commit 3 years ago tailwindcss 30f7226d9a first commit 3 years ago thenify 30f7226d9a first commit 3 years ago thenify-all 30f7226d9a first commit 3 years ago to-regex-range 30f7226d9a first commit 3 years ago tr46 30f7226d9a first commit 3 years ago ts-interface-checker 30f7226d9a first commit 3 years ago uglify-js 30f7226d9a first commit 3 years ago underscore 30f7226d9a first commit 3 years ago upper-case 30f7226d9a first commit 3 years ago util-deprecate 30f7226d9a first commit 3 years ago valid-data-url 30f7226d9a first commit 3 years ago web-resource-inliner 30f7226d9a first commit 3 years ago webidl-conversions 30f7226d9a first commit 3 years ago whatwg-url 30f7226d9a first commit 3 years ago wrap-ansi 30f7226d9a first commit 3 years ago wrappy 30f7226d9a first commit 3 years ago y18n 30f7226d9a first commit 3 years ago yallist 30f7226d9a first commit 3 years ago yaml 30f7226d9a first commit 3 years ago yargs 30f7226d9a first commit 3 years ago yargs-parser 30f7226d9a first commit 3 years ago .yarn-integrity 30f7226d9a first commit 3 years ago tum/whitesports - Gogs: Simplico Git Service

Geen omschrijving

ms-edit.php 216B

1234567891011121314
  1. <?php
  2. /**
  3. * Action handler for Multisite administration panels.
  4. *
  5. * @package WordPress
  6. * @subpackage Multisite
  7. * @since 3.0.0
  8. */
  9. require_once __DIR__ . '/admin.php';
  10. wp_redirect( network_admin_url() );
  11. exit;