mirror of
https://github.com/TildeNIC/site.git
synced 2026-01-24 12:00:19 +00:00
Update index.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// Define the default page
|
// Define the default page
|
||||||
$defaultPage = 'domain_search';
|
$defaultPage = 'main';
|
||||||
|
|
||||||
// Get the requested page from the query parameter
|
// Get the requested page from the query parameter
|
||||||
$page = isset($_GET['page']) ? $_GET['page'] : $defaultPage;
|
$page = isset($_GET['page']) ? $_GET['page'] : $defaultPage;
|
||||||
|
|||||||
Reference in New Issue
Block a user