From 75929aad48f0674262e040f409da4bf0d55819bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 17 Nov 2018 01:30:41 +0100 Subject: [PATCH] rename php files --- web/{index_api.php => api.php} | 2 +- web/{index_more.php => api_more.php} | 0 web/index.php | 2 +- web/js/logic.js | 2 +- web/{index_sent.php => message_sent.php} | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename web/{index_api.php => api.php} (94%) rename web/{index_more.php => api_more.php} (100%) rename web/{index_sent.php => message_sent.php} (100%) 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