Skip to content

Commit

Permalink
yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Dec 14, 2022
1 parent 7fde336 commit 4cd0bee
Show file tree
Hide file tree
Showing 195 changed files with 3 additions and 22,376 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
APP_ENV=production
APP_DEBUG=false
APP_KEY=
APP_THEME=pterodactyl
APP_TIMEZONE=UTC
APP_URL=http://panel.example.com
APP_LOCALE=en
Expand Down
1 change: 0 additions & 1 deletion app/Extensions/Backups/BackupManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Pterodactyl\Extensions\Backups;

use Closure;
use Aws\S3\S3Client;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
Expand Down
13 changes: 0 additions & 13 deletions app/Extensions/Facades/Theme.php

This file was deleted.

21 changes: 0 additions & 21 deletions app/Extensions/Themes/Theme.php

This file was deleted.

85 changes: 0 additions & 85 deletions app/Http/Controllers/Admin/ApiController.php

This file was deleted.

13 changes: 1 addition & 12 deletions app/Http/Controllers/Admin/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,11 @@

use Illuminate\View\View;
use Pterodactyl\Http\Controllers\Controller;
use Pterodactyl\Services\Helpers\SoftwareVersionService;

class BaseController extends Controller
{
/**
* BaseController constructor.
*/
public function __construct(private SoftwareVersionService $version)
{
}

/**
* Return the admin index view.
*/
public function index(): View
{
return view('admin.index', ['version' => $this->version]);
return view('templates/base.core');
}
}
127 changes: 0 additions & 127 deletions app/Http/Controllers/Admin/DatabaseController.php

This file was deleted.

103 changes: 0 additions & 103 deletions app/Http/Controllers/Admin/LocationController.php

This file was deleted.

Loading

1 comment on commit 4cd0bee

@JustOptimize
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice throw

Please sign in to comment.