diff --git a/data/translations/3/private/toto.txt b/data/translations/3/private/toto.txt deleted file mode 100644 index 25ecf8e..0000000 --- a/data/translations/3/private/toto.txt +++ /dev/null @@ -1 +0,0 @@ -fv \ No newline at end of file diff --git a/src/Endpoints/Downloadfilelist.php b/src/Endpoints/Entryfilelist.php similarity index 96% rename from src/Endpoints/Downloadfilelist.php rename to src/Endpoints/Entryfilelist.php index fde90b4..323a68e 100644 --- a/src/Endpoints/Downloadfilelist.php +++ b/src/Endpoints/Entryfilelist.php @@ -7,7 +7,7 @@ use RomhackPlazaFS\RomhackPlazaFS; defined( 'ROMHACKPLAZA_FS' ) || exit; -class Downloadfilelist extends Abstract_Endpoint { +class Entryfilelist extends Abstract_Endpoint { private int $post_id; private string $custom_post_type; diff --git a/src/Endpoints/Generatetestkey.php b/src/Endpoints/Generatetestkey.php index 6c8c18b..586235d 100644 --- a/src/Endpoints/Generatetestkey.php +++ b/src/Endpoints/Generatetestkey.php @@ -42,6 +42,7 @@ class Generatetestkey extends Abstract_Endpoint { $end = base64_encode( $json ) . "|" . $sig; RomhackPlazaFS::success_response( [ 'zeus' => $end ] ); + } diff --git a/src/SecurityTrait.php b/src/SecurityTrait.php index cdf7fdd..f1a2cbe 100644 --- a/src/SecurityTrait.php +++ b/src/SecurityTrait.php @@ -21,7 +21,7 @@ trait SecurityTrait { if( count( $enc_info ) < 2 ) throw new \Exception(); } catch ( \Exception $e ){ - RomhackPlazaFS::fatal_stop( 400, "There are some missing informations for reaching Zeus..."); + RomhackPlazaFS::fatal_stop( 400, "There are some missing informations for reaching Zeus..." ); } $json = base64_decode( $enc_info[0] );