Created
June 17, 2015 21:37
-
-
Save anonymous/63310bde6115b83bc5a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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