This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<HTML XMLNS:HTA><HEAD> | |
<TITLE>App Without A Cool Acronym</TITLE> | |
<HTA:APPLICATION id=oApp APPLICATIONNAME="IDHERE" | |
BORDER="thick" CAPTION="yes" | |
icon="http://dkcoin8.com/images/whatsapp-cool-clipart-9.vnd.microsoft.icon" | |
SHOWINTASKBAR="yes" SINGLEINSTANCE="yes" SYSMENU="yes" | |
WINDOWSTATE="normal" SCROLL="yes" SCROLLFLAT="yes" VERSION="1.0"> | |
</HTA:APPLICATION> | |
<SCRIPT language=JScript> | |
function WriteFile(FilePath, Content) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Service\Notification\PushNotification; | |
use Exception; | |
// composer require edamov/pushok | |
// https://github.com/edamov/pushok | |
use Pushok\AuthProvider; | |
use Pushok\Client; | |
use Pushok\Notification; |
OlderNewer