Skip to content

Commit 2d60467

Browse files
committed
Updated the year + a few small changes
1 parent 83874bd commit 2d60467

9 files changed

+20
-18
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config/config.php
22
prototypes/
33
admin/
4+
.idea/
45

56
cache/
67
!/cache/.htaccess

.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (c) 2015 - 2017 Wruczek <[email protected]> and Contributors
1+
# (c) 2015 - 2018 Wruczek <[email protected]> and contributors
22

33
AddDefaultCharset UTF-8
44

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 - 2017 Wruczek <[email protected]> and Contributors
3+
Copyright (c) 2016 - 2018 Wruczek <[email protected]> and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<p align="center">Für ein Deutsches Readme klicke<a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich"> hier</a> </p>
21
<p align="center">
32
<a href="https://github.com/Wruczek/ts-website/issues/36">
43
<img src="https://i.imgur.com/iffB2sa.png">
@@ -8,27 +7,29 @@
87

98
[![Website screenshot](http://i.imgur.com/9UZV6NG.png)](http://imgur.com/a/RUSi2)
109

11-
<p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a></p>
10+
<p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a> | :de: <b>Für ein Deutsches Readme klicke <a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich">hier</a></b>
1211

1312
<p align="center">
14-
<b>Need help? <a href="https://telegram.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website.
13+
<b>Need help? <a href="https://t.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website.
1514
</p>
1615

17-
<br>
16+
<hr>
1817

1918
**ts-website** - free website for your TeamSpeak 3 server<br>
2019

20+
<hr>
21+
2122
#### Useful links
2223
- [Demo](https://ts.wruczek.tech/)
23-
- [Installation instructions](https://github.com/Wruczek/ts-website/wiki/Website-Installation)
24+
- [Installation instructions](https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation)
2425
- [Wiki](https://github.com/Wruczek/ts-website/wiki)
2526
- [Report Issues / Suggestions](https://github.com/Wruczek/ts-website/issues/new)
26-
- **[ts-website Telegram group](https://telegram.me/tswebsite) - help, announcements, and general chat**
27+
- **[ts-website Telegram group](https://t.me/tswebsite) - help, announcements, and general chat**
2728

2829
#### Main Features
2930
- News page, dynamic server status, admin list with status, server viewer, ban list and rules page
3031
- Multiple languages with auto-detection for default language
31-
- PHP 7.0, Apache 2 and nginx support
32+
- Supports for PHP 5 and 7, Apache 2 and nginx
3233
- Modern and responsive design
3334
- Caching
3435
- Free and Open source, under MIT license
@@ -38,7 +39,7 @@ I am happy to take any programming-related requests, add additional features or
3839

3940
For business enquiries only: **wruczekk** at **gmail.com**, for anything else please join our [Telegram group](https://t.me/ts-website).
4041

41-
<br><br>
42+
<!-- <br><br>
4243
<p align="center">
4344
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9PL5J7ULZQYJQ" target="_blank"><img src="https://i.imgur.com/s1u7rju.png"></a>
44-
</p>
45+
</p> -->

config/config.template.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
For business enquiries only: wruczekk at gmail.com, for anything else please join Telegram chat.
99
1010
11-
Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://telegram.me/tswebsite
11+
Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://t.me/tswebsite
1212
*/
1313

1414

@@ -68,10 +68,10 @@
6868
$config['contact']['items'][] = ["name", "link description", "link"];
6969
7070
FOR EXAMPLE:
71-
$config['contact']['items'][] = ["Telegram", "@Wruczek", "https://telegram.me/Wruczek"];
71+
$config['contact']['items'][] = ["Telegram", "@Wruczek", "https://t.me/Wruczek"];
7272
*/
7373

7474
$config['contact']['items'][] = ["TeamSpeak", "Support channel", "ts3server://teamspeakip?cid=30"];
7575
$config['contact']['items'][] = ["Email", "[email protected]", "mailto:[email protected]"];
76-
$config['contact']['items'][] = ["Telegram", "@Telegram", "https://telegram.me/Telegram"];
76+
$config['contact']['items'][] = ["Telegram", "@Telegram", "https://t.me/Telegram"];
7777
$config['contact']['items'][] = ["Twitter", "@Twitter", "https://twitter.com/Twitter"];

css/christmas-theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Christmas theme for ts-website
33
* https://github.com/Wruczek/ts-website
4-
* (c) Wruczek 2016 - 2017
4+
* (c) Wruczek 2016 - 2018
55
* The MIT License
66
*/
77

include/footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ul class="list-inline">
1313
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
1414
<p>
15-
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> and Contributors 2016 - 2017
15+
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> and contributors 2016 - 2018
1616
</p>
1717

1818
<p>

include/header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1">
1717

1818
<meta name="description" content="<?php echo $config["general"]["desc"]; ?>">
19-
<meta name="author" content="Wruczek and Contributors">
19+
<meta name="author" content="Wruczek and contributors">
2020

2121
<title><?php echo $config["general"]["title"] . $config["general"]["subtitle"]; ?></title>
2222

include/modulecheck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function showError($title, $text) { ?>
8989
<?php echo $text; ?>
9090
</div>
9191
<div class="panel-footer">
92-
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License
92+
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2018 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License
9393
</div>
9494
</div>
9595

0 commit comments

Comments
 (0)