mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-26 09:16:36 +00:00
11 lines
248 B
PHP
11 lines
248 B
PHP
<p>Hello World <?php p($_['user']) ?></p>
|
|
|
|
<p><button id="hello">click me</button></p>
|
|
|
|
<p><textarea id="push-content">
|
|
Send this as ajax
|
|
</textarea></p>
|
|
<p><button id="push">Test push SMS</button></p>
|
|
|
|
Push response: <div id="push-result"></div>
|