Ivan
Ivan
Ensure that the authentication credentials are entered correctly. For example, at NordVPN, the authentication credentials differ from the login-password pair used to access your account. To get the username and...
> @antonsmolko /manager/assets/components/ckeditor/modx.htmleditor.js > > ``` > onRender: function (ct, position) { > this.editorConfig.height = '600px'; > > MODx.ux.CKEditor.superclass.onRender.call(this, ct, position); > > this.addSaveCommand(); > > if (this.droppable) > this.makeDroppable();...
В листинге нужно заменить строку `$wday = date('N');` на строки ``` $firstDayOfMonth = mktime(0, 0, 0, $month, 1, $year); $wday = date('N', $firstDayOfMonth); ```