Release v_1.2
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
define('PWA_VERSION', '1.2');
|
||||||
|
|
||||||
require_once(__DIR__ . '/server/config.php');
|
require_once(__DIR__ . '/server/config.php');
|
||||||
require_once(__DIR__ . '/server/log.php');
|
require_once(__DIR__ . '/server/log.php');
|
||||||
require_once(__DIR__ . '/server/templates.php');
|
require_once(__DIR__ . '/server/templates.php');
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
define('SERVER_ADDR', 'https://' . $_SERVER['SERVER_NAME'] . SERVER_PATH); // path to root directory
|
define('SERVER_ADDR', 'https://' . $_SERVER['SERVER_NAME'] . SERVER_PATH); // path to root directory
|
||||||
define('LOGGING_APIKEY', 'xxx'); // Apikey for Logging API -> get from ostertun.net/logging
|
define('LOGGING_APIKEY', 'xxx'); // Apikey for Logging API -> get from ostertun.net/logging
|
||||||
|
|
||||||
define('PWA_VERSION', '1.0');
|
|
||||||
|
|
||||||
// PUSH SERVER
|
// PUSH SERVER
|
||||||
define('PUSH_AUTH', 'xxxxxxx'); // auth string for push.ostertun.net
|
define('PUSH_AUTH', 'xxxxxxx'); // auth string for push.ostertun.net
|
||||||
define('PUSH_SERVERKEY', 'xxxxxxx'); // server key from push.ostertun.net
|
define('PUSH_SERVERKEY', 'xxxxxxx'); // server key from push.ostertun.net
|
||||||
|
|||||||
Reference in New Issue
Block a user