Batch installing Moodle with fallback to the previous versions
Download the previous versions of Moodle, put them into a folder. In the enclosing folder, create a new file:
Continue readingDownload the previous versions of Moodle, put them into a folder. In the enclosing folder, create a new file:
Continue readingSource: https://moodledev.io/general/app/development/link-handling/deep-linking To facilitate easier login with bulk devices or BYOD, you can do the login into the moodle app without typing the URL, username, and password every single time. First check if the user
Continue readingSource: https://moodle.org/mod/forum/discuss.php?d=430305 Expected result: token and privatetoken to be generated in the database (mdl_external_tokens). Use ‘moodle_mobile_app’ as the service, because this step is done to facilitate the bulk login of moodle app using terminal (adb)
Continue readinghttps://serverfault.com/questions/667117/how-to-generate-a-php-ini-file-out-of-current-environment
Continue reading<? header(‘Content-Type: text/plain’); /** * Changes permissions on files and directories within $dir and dives recursively * into found subdirectories. */ function chmod_r($dir) { $dp = opendir($dir); while($file = readdir($dp)) { if (($file == “.”)
Continue readingTL;DR : Don’t. It’s just not worth it. https://serverfault.com/questions/281881/how-do-i-obscure-my-wordpress-install-via-htaccess
Continue reading