uawdijnntqw1x1x1
IP : 216.73.216.14
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
public
/
..
/
vendor
/
craftcms
/
cms
/
bootstrap
/
router.php
/
/
<?php // Allow the PHP development server to route requests to static files $path = parse_url($_SERVER['REQUEST_URI'] ?? '', PHP_URL_PATH); if ($path && realpath($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . urldecode($path))) { return false; } // Yii expects the SCRIPT_FILENAME to come out of the document root or the Request object // can't find itself. So we'll fake it and make it think we're accessing the index $_SERVER['SCRIPT_FILENAME'] = $_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'index.php'; // Run Craft as normal include $_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'index.php';
/srv/users/craft4/apps/craft4-newsite-space/public/../vendor/craftcms/cms/bootstrap/router.php