From 7746e8bcfe3a57501fb44ab1f9a664fee2a1326f Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Fri, 27 May 2016 14:55:52 +0300 Subject: initial --- www/index.php | 126 ++++++++++++++++++++-------------------------------------- 1 file changed, 43 insertions(+), 83 deletions(-) (limited to 'www') diff --git a/www/index.php b/www/index.php index 74b121d..7278d8d 100644 --- a/www/index.php +++ b/www/index.php @@ -1,83 +1,43 @@ - - - - - Welcome to OpenShift - - - - -
-
-
- OpenShift Logo -
-

Welcome!

-

You are running PHP

-
-
-

What's next?

-

Make changes to this website by editing the files inside www/ of your repository.

-

Commit your changes after, then push to the remote repository.

-
$ git commit -a -m "Some commit message"
-$ git push origin master
-

More

- -
-
- - \ No newline at end of file + getenv('TELEGRAM_BOT_TOKEN') +]); +$telegram->setCache($cache); +$telegram->setScript(\NeonXP\BotScript::getScript($telegram, $dozorApi)); +$telegram->handleWebhook(); -- cgit v1.2.3