'rebuilt missing sales and staff pages
This commit is contained in:
parent
484a36ce11
commit
60bcc67056
680 changed files with 33650 additions and 43 deletions
10
Panel/modules/website/staff_migrations.php
Normal file
10
Panel/modules/website/staff_migrations.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
require_once __DIR__ . '/includes/bootstrap.php';
|
||||
website_require_staff();
|
||||
$ran = false; $errors = [];
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
if (website_verify_csrf()) { $errors = website_run_billing_migrations(); $ran = true; }
|
||||
else { $errors = ['Invalid CSRF token.']; }
|
||||
}
|
||||
website_render('staff_migrations.php', ['activePage'=>'staff','pageTitle'=>'Website Migrations - Gameservers.World','canonicalPath'=>'staff_migrations.php','ran'=>$ran,'errors'=>$errors]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue