diff --git a/web/index_api.php b/web/api.php similarity index 94% rename from web/index_api.php rename to web/api.php index 69b26a9..5f447ef 100644 --- a/web/index_api.php +++ b/web/api.php @@ -40,7 +40,7 @@ --data "title={message_title}" \ https://scn.blackforestbytes.com/send.php - More + More diff --git a/web/index_more.php b/web/api_more.php similarity index 100% rename from web/index_more.php rename to web/api_more.php diff --git a/web/index.php b/web/index.php index a4b3e69..8e760bd 100644 --- a/web/index.php +++ b/web/index.php @@ -22,7 +22,7 @@
- API + API

Simple Cloud Notifier

diff --git a/web/js/logic.js b/web/js/logic.js index 1b6e560..5d3346d 100644 --- a/web/js/logic.js +++ b/web/js/logic.js @@ -55,7 +55,7 @@ function send() else { window.location.href = - '/index_sent.php' + + '/message_sent.php' + '?ok=' + 1 + '&message_count=' + resp.messagecount + '"a=' + resp.quota + diff --git a/web/index_sent.php b/web/message_sent.php similarity index 100% rename from web/index_sent.php rename to web/message_sent.php