Removed alias PHP files.
This commit is contained in:
parent
cb1a9bc22a
commit
b2b666e4d7
15 changed files with 0 additions and 34 deletions
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/index.php';
|
|
@ -1,6 +0,0 @@
|
|||
<?php
|
||||
$domain = isset($_GET['domain']) && is_string($_GET['domain']) ? $_GET['domain'] : '';
|
||||
$destination = empty($domain) ? '/whois' : '/whois/?domain=' . $domain;
|
||||
|
||||
http_response_code(301);
|
||||
header('Location: ' . $destination);
|
Loading…
Reference in a new issue