rename php files

This commit is contained in:
Mike Schwörer 2018-11-17 01:30:41 +01:00
parent dca149ec4e
commit 75929aad48
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
5 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
--data "title={message_title}" \
https://scn.blackforestbytes.com/send.php</pre>
<a href="/index_more.php" class="button bordered tertiary" style="float: right; min-width: 100px; text-align: center">More</a>
<a href="/api_more.php" class="button bordered tertiary" style="float: right; min-width: 100px; text-align: center">More</a>
</div>
</body>

View File

@ -22,7 +22,7 @@
<form id="mainpnl">
<a tabindex="-1" href="https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier" class="button bordered" id="tl_link"><span class="icn-google-play"></span></a>
<a tabindex="-1" href="/index_api.php" class="button bordered" id="tr_link">API</a>
<a tabindex="-1" href="/api.php" class="button bordered" id="tr_link">API</a>
<a tabindex="-1" href="/" class="linkcaption"><h1>Simple Cloud Notifier</h1></a>

View File

@ -55,7 +55,7 @@ function send()
else
{
window.location.href =
'/index_sent.php' +
'/message_sent.php' +
'?ok=' + 1 +
'&message_count=' + resp.messagecount +
'&quota=' + resp.quota +