scratch – Blame information for rev 126

Subversion Repositories:
Rev:
Rev Author Line No. Line
126 office 1 <?php
2 namespace Aura\Uri;
3 require_once dirname(__DIR__) . '/src.php';
4 return new Url\Factory(
5 $_SERVER,
6 new PublicSuffixList(
7 include dirname(__DIR__) . '/data/public-suffix-list.php'
8 )
9 );