__cyp
__cyp
Yes, is a good idea for change name for this function. restrictAccessTo() is a good name for me. I also think that I have written badly name of my WebServer...
i will add $path for a restrictAccessTo() function, but for the moment, i don't know how to added neatly into lib/Model/Paste.php
I don't know, i haven't a lot anytime for patch this PR, sorry. In fact, i don't know how get a variable $_path in my code for to be used...
A solution is : ``` class RegexController extends TelegramBaseController { helloregexHandler($) { $.sendMessage('Hi !') } get routes() { return { 'helloregexCommand': 'helloregexHandler' } } } var hello = /hola|hello|hi|ey/i; tg.router...
Hello, I tried a @m69 code in my project in ionic but i have this error. > ApiAIPlugin is not defined I add `declare const ApiAIPlugin: any;` in my code...