File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// Generated using https://www.ascii-art-generator.org/
4
4
echo "
5
- _____ _ _ ___ ___ __
6
- | __ \ | | | | / _ \ / _ \/_ |
7
- | |__) |__ | |_ _ ___| | __ _| | | | (_) || |
8
- | ___/ _ \| | | | |/ _ \ | \ \ / / | | |> _ < | |
9
- | | | (_) | | |_| | __/ | \ V /| |_| | (_) || |
10
- |_| \___/|_|\__, |\___|_| \_/ \___(_)___(_)_ |
11
- __/ |
12
- |___/
5
+ _____ _ _ ___ ___ ___
6
+ | __ \ | | | | / _ \ / _ \ |__ \
7
+ | |__) |__ | |_ _ ___| | __ _| | | | (_) | ) |
8
+ | ___/ _ \| | | | |/ _ \ | \ \ / / | | |> _ < / /
9
+ | | | (_) | | |_| | __/ | \ V /| |_| | (_) | / /_
10
+ |_| \___/|_|\__, |\___|_| \_/ \___(_)___(_)____ |
11
+ __/ |
12
+ |___/
13
13
14
14
" ;
15
15
Original file line number Diff line number Diff line change 4
4
5
5
class Polyel
6
6
{
7
- private const version = '0.8.1 ' ;
7
+ private const version = '0.8.2 ' ;
8
8
9
9
// Used to access the HTTP server object
10
10
private static $ server ;
You can’t perform that action at this time.
0 commit comments