├── public
├── less
│ ├── variable.less
│ ├── mixin.less
│ └── base.less
├── images
│ ├── bg.png
│ ├── course.png
│ ├── default.png
│ └── monkey.png
├── assets
│ ├── uploadify
│ │ └── uploadify.swf
│ ├── ckeditor
│ │ ├── plugins
│ │ │ ├── icons.png
│ │ │ ├── icons_hidpi.png
│ │ │ ├── image
│ │ │ │ └── images
│ │ │ │ │ └── noimage.png
│ │ │ ├── link
│ │ │ │ ├── images
│ │ │ │ │ ├── anchor.png
│ │ │ │ │ └── hidpi
│ │ │ │ │ │ └── anchor.png
│ │ │ │ └── dialogs
│ │ │ │ │ └── anchor.js
│ │ │ ├── magicline
│ │ │ │ └── images
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ └── hidpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── icon-rtl.png
│ │ │ ├── about
│ │ │ │ └── dialogs
│ │ │ │ │ ├── logo_ckeditor.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ └── about.js
│ │ │ ├── dialog
│ │ │ │ └── dialogDefinition.js
│ │ │ ├── specialchar
│ │ │ │ └── dialogs
│ │ │ │ │ └── lang
│ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── zh.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ ├── da.js
│ │ │ │ │ ├── nb.js
│ │ │ │ │ ├── no.js
│ │ │ │ │ ├── sv.js
│ │ │ │ │ ├── pt-br.js
│ │ │ │ │ ├── fa.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ └── hu.js
│ │ │ ├── a11yhelp
│ │ │ │ └── dialogs
│ │ │ │ │ ├── lang
│ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ ├── zh.js
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── si.js
│ │ │ │ │ ├── he.js
│ │ │ │ │ ├── gu.js
│ │ │ │ │ ├── tt.js
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── id.js
│ │ │ │ │ ├── bg.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── fo.js
│ │ │ │ │ └── hi.js
│ │ │ │ │ └── a11yhelp.js
│ │ │ ├── wsc
│ │ │ │ ├── README.md
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── wsc.css
│ │ │ │ │ ├── ciframe.html
│ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ └── wsc_ie.js
│ │ │ │ └── LICENSE.md
│ │ │ ├── scayt
│ │ │ │ ├── README.md
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── dialogs
│ │ │ │ │ └── toolbar.css
│ │ │ └── clipboard
│ │ │ │ └── dialogs
│ │ │ │ └── paste.js
│ │ ├── samples
│ │ │ ├── img
│ │ │ │ ├── logo.png
│ │ │ │ ├── github-top.png
│ │ │ │ ├── header-bg.png
│ │ │ │ ├── header-separator.png
│ │ │ │ └── navigation-tip.png
│ │ │ ├── old
│ │ │ │ ├── assets
│ │ │ │ │ ├── sample.jpg
│ │ │ │ │ ├── inlineall
│ │ │ │ │ │ └── logo.png
│ │ │ │ │ ├── uilanguages
│ │ │ │ │ │ └── languages.js
│ │ │ │ │ ├── posteddata.php
│ │ │ │ │ └── outputxhtml
│ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ ├── htmlwriter
│ │ │ │ │ └── assets
│ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ └── outputforflash.swf
│ │ │ │ ├── sample_posteddata.php
│ │ │ │ ├── dialog
│ │ │ │ │ └── assets
│ │ │ │ │ │ └── my_dialog.js
│ │ │ │ ├── sample.js
│ │ │ │ ├── appendto.html
│ │ │ │ ├── tabindex.html
│ │ │ │ ├── uicolor.html
│ │ │ │ ├── ajax.html
│ │ │ │ └── readonly.html
│ │ │ ├── toolbarconfigurator
│ │ │ │ ├── font
│ │ │ │ │ ├── fontello.eot
│ │ │ │ │ ├── fontello.ttf
│ │ │ │ │ ├── fontello.woff
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── config.json
│ │ │ │ │ └── fontello.svg
│ │ │ │ ├── lib
│ │ │ │ │ └── codemirror
│ │ │ │ │ │ ├── show-hint.css
│ │ │ │ │ │ ├── neo.css
│ │ │ │ │ │ └── LICENSE
│ │ │ │ ├── css
│ │ │ │ │ └── fontello.css
│ │ │ │ └── js
│ │ │ │ │ └── fulltoolbareditor.js
│ │ │ └── js
│ │ │ │ └── sample.js
│ │ ├── skins
│ │ │ └── moono
│ │ │ │ ├── icons.png
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── images
│ │ │ │ ├── lock.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── close.png
│ │ │ │ ├── lock-open.png
│ │ │ │ ├── refresh.png
│ │ │ │ ├── spinner.gif
│ │ │ │ └── hidpi
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── refresh.png
│ │ │ │ │ └── lock-open.png
│ │ │ │ └── readme.md
│ │ ├── README.md
│ │ ├── config.js
│ │ ├── contents.css
│ │ ├── adapters
│ │ │ └── jquery.js
│ │ └── build-config.js
│ ├── font-awesome
│ │ └── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ ├── bootstrap
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── js
│ │ │ └── npm.js
│ │ └── .bower.json
│ ├── bootstrap-datepicker
│ │ └── locales
│ │ │ ├── bootstrap-datepicker.zh-TW.min.js
│ │ │ └── bootstrap-datepicker.zh-CN.min.js
│ ├── nprogress
│ │ └── nprogress.css
│ ├── jquery-cookie
│ │ └── jquery.cookie.js
│ └── validate
│ │ └── jquery-validate.min.js
└── js
│ ├── index.js
│ ├── util.js
│ ├── login.js
│ ├── common.js
│ ├── config.js
│ ├── teacher-list.js
│ ├── teacher-add.js
│ └── settings.js
├── uploads
├── demo.png
├── avatar.jpg
├── course.png
├── course_1.jpg
├── course_2.jpg
├── course_3.jpg
├── course_4.jpg
├── default.jpg
└── monkey.png
├── views
├── common
│ ├── script.html
│ ├── style.html
│ ├── header.html
│ └── aside.html
└── index
│ ├── login.html
│ └── index.html
├── .htaccess
└── index.php
/public/less/variable.less:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/uploads/demo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/demo.png
--------------------------------------------------------------------------------
/public/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/images/bg.png
--------------------------------------------------------------------------------
/uploads/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/avatar.jpg
--------------------------------------------------------------------------------
/uploads/course.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/course.png
--------------------------------------------------------------------------------
/uploads/course_1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/course_1.jpg
--------------------------------------------------------------------------------
/uploads/course_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/course_2.jpg
--------------------------------------------------------------------------------
/uploads/course_3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/course_3.jpg
--------------------------------------------------------------------------------
/uploads/course_4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/course_4.jpg
--------------------------------------------------------------------------------
/uploads/default.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/default.jpg
--------------------------------------------------------------------------------
/uploads/monkey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/uploads/monkey.png
--------------------------------------------------------------------------------
/public/less/mixin.less:
--------------------------------------------------------------------------------
1 |
2 | .border-radius (@radius) {
3 | border-radius: @radius;
4 | }
5 |
6 |
--------------------------------------------------------------------------------
/public/images/course.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/images/course.png
--------------------------------------------------------------------------------
/public/images/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/images/default.png
--------------------------------------------------------------------------------
/public/images/monkey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/images/monkey.png
--------------------------------------------------------------------------------
/public/assets/uploadify/uploadify.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/uploadify/uploadify.swf
--------------------------------------------------------------------------------
/public/js/index.js:
--------------------------------------------------------------------------------
1 | define(['jquery','util'],function($,util){
2 | // 设置导航菜单选中
3 | util.setMenu(location.pathname);
4 | });
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/icons.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/img/logo.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/icons.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/icons_hidpi.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/img/github-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/img/github-top.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/img/header-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/img/header-bg.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/icons_hidpi.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/lock.png
--------------------------------------------------------------------------------
/public/assets/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/old/assets/sample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/old/assets/sample.jpg
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/arrow.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/close.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/image/images/noimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/image/images/noimage.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/link/images/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/link/images/anchor.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/img/header-separator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/img/header-separator.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/img/navigation-tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/img/navigation-tip.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/lock-open.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/refresh.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/spinner.gif
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/magicline/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/magicline/images/icon.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/hidpi/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/hidpi/close.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/hidpi/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/hidpi/lock.png
--------------------------------------------------------------------------------
/public/assets/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/assets/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/assets/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/old/assets/inlineall/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/old/assets/inlineall/logo.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/hidpi/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/hidpi/refresh.png
--------------------------------------------------------------------------------
/public/assets/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/public/assets/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/public/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/skins/moono/images/hidpi/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/skins/moono/images/hidpi/lock-open.png
--------------------------------------------------------------------------------
/public/assets/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/public/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff
--------------------------------------------------------------------------------
/views/common/script.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/public/assets/ckeditor/plugins/dialog/dialogDefinition.js:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla
--------------------------------------------------------------------------------
/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/byte0/mybxg-bakkk/HEAD/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf
--------------------------------------------------------------------------------
/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | 3 | ------------------------------------------------------------------------------------------- 4 | CKEditor - Posted Data 5 | 6 | We are sorry, but your Web server does not support the PHP language used in this script. 7 | 8 | Please note that CKEditor can be used with any other server-side language than just PHP. 9 | To save the content created with CKEditor you need to read the POST data on the server 10 | side and write it to a file or the database. 11 | 12 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 13 | For licensing, see LICENSE.md or http://ckeditor.com/license 14 | ------------------------------------------------------------------------------------------- 15 | 16 |