Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2015 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/63310bde6115b83bc5a1 to your computer and use it in GitHub Desktop.
Save anonymous/63310bde6115b83bc5a1 to your computer and use it in GitHub Desktop.
sudo vim core/setup/controller.php
71 $autosetup_file = \OC::$SERVERROOT.'/owncloud_dev/autoconfig.php';
sudo vim lib/base.php
102 } elseif(isset($_SERVER["OWNCLOUD_CONFIG_DIR"])) {
103 self::$configDir = OC::$SERVERROOT . '/' . $_SERVER["OWNCLOUD_CONFIG_DIR"] . '/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment