Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Aug 8, 2024
1 parent 7c0ed6d commit 0433340
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ __NOTE__: It is __EXTREMELY IMPORTANT__ to create secure IV/key values for the e
* PCRE
* spdlog
* screen
* sentry-native

## Starting the bot

Expand Down
21 changes: 21 additions & 0 deletions sentry-poster.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
<?php
/************************************************************************************
*
* The Seven Spells Of Destruction
*
* Copyright 1993,2001,2023 Craig Edwards <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
************************************************************************************/

require 'vendor/autoload.php';

$config = json_decode(file_get_contents("config.json"));

/* Retrieve all sentry envelopes written to temp directory, and post each one in turn to the API */
Expand Down

0 comments on commit 0433340

Please sign in to comment.