diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/index.js b/www/js/index.js index 495bf3a..0f3bb07 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -13,10 +13,10 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -version = '1.0.2'; +version = '1.0.3'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
