rename php files
This commit is contained in:
parent
dca149ec4e
commit
75929aad48
@ -40,7 +40,7 @@
|
|||||||
--data "title={message_title}" \
|
--data "title={message_title}" \
|
||||||
https://scn.blackforestbytes.com/send.php</pre>
|
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>
|
</div>
|
||||||
</body>
|
</body>
|
@ -22,7 +22,7 @@
|
|||||||
<form id="mainpnl">
|
<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="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>
|
<a tabindex="-1" href="/" class="linkcaption"><h1>Simple Cloud Notifier</h1></a>
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ function send()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
window.location.href =
|
window.location.href =
|
||||||
'/index_sent.php' +
|
'/message_sent.php' +
|
||||||
'?ok=' + 1 +
|
'?ok=' + 1 +
|
||||||
'&message_count=' + resp.messagecount +
|
'&message_count=' + resp.messagecount +
|
||||||
'"a=' + resp.quota +
|
'"a=' + resp.quota +
|
||||||
|
Loading…
Reference in New Issue
Block a user