Skip to content

Instantly share code, notes, and snippets.

@thiagovsk
Forked from anonymous/gist:63310bde6115b83bc5a1
Last active August 29, 2015 14:23
Show Gist options
  • Save thiagovsk/24852808a29a8e491e2d to your computer and use it in GitHub Desktop.
Save thiagovsk/24852808a29a8e491e2d 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