diff options
Diffstat (limited to 'apps/external/index.php')
-rw-r--r-- | apps/external/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/external/index.php b/apps/external/index.php index 1c20f59eaff..0baa62a94b6 100644 --- a/apps/external/index.php +++ b/apps/external/index.php @@ -20,7 +20,7 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ -require_once('../../lib/base.php'); + require_once('lib/external.php'); OC_Util::checkLoggedIn(); |