tdro

Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 48/50 words 16s read

    WordPress has an affinity for back–doored radioactivity. If I can get my way (which is hard), a WordPress install has only 1 theme and 0 plugins.

    shell
    wordpress/
    |-- public
    `-- wp-config.php
    php
    /* Disable installing plugins and themes */
    define('DISALLOW_FILE_MODS', true);
    wp-config.php
    #gists #webdev